1.0.0 • Published 2 years ago

@caprio/tuple-of v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tuple-of

A utility type for tuples, where the tuple length is a generic, e.g. TupleOf<string, 3>.

TypeScript may be adding an official TupleOf utility type, which will be more performant in the case of a large N, but in the meantime, we can use this one. See: