Jack Gill

Results 2 comments of Jack Gill

https://github.com/samchon/typia/blob/6445f45a8d273d2c07e0cac9b818907767ae1a2c/src/typings/IsTuple.ts#L6-L8 Looks like `IsTuple` is failing for variable-length tuples because of this code. @samchon should I take a shot at fixing it?

Just in case it's interesting to anyone, here's how we solved it in flow: https://github.com/facebook/flow/commit/296ed9ce7896790798b9b2fcb3ba8af7c43f7dbe We wanted to be able to type custom import APIs (mainly for lazy-loading), for example:...