ts-type-checked icon indicating copy to clipboard operation
ts-type-checked copied to clipboard

Add support for rest spread types & optionals in tuples

Open janjakubnanista opened this issue 3 years ago • 0 comments

e.g.

[string, boolean?]

[...string[], boolean]

[number, ...boolean[], string]

[number, ...string[]]

janjakubnanista avatar Mar 30 '21 08:03 janjakubnanista