ts-type-checked
ts-type-checked copied to clipboard
Add support for rest spread types & optionals in tuples
e.g.
[string, boolean?]
[...string[], boolean]
[number, ...boolean[], string]
[number, ...string[]]