Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
238 contributions in the last year
Contribution activity
November 2020
Created a pull request in microsoft/TypeScript that received 11 comments
Leading and middle rest elements in tuple types
With this PR we support leading and middle rest elements in tuple types. For example, we now support the following: type T1 = [...string[], number]; …