microsoft / TypeScript-Handbook

Deprecated, please use the TypeScript-Website repo instead
https://github.com/microsoft/TypeScript-Website
Apache License 2.0
4.88k stars 1.13k forks source link

Add ConstructorParameters<T> to Utility Types #1260

Closed David-Else closed 4 years ago

David-Else commented 4 years ago

Fixes # @orta I added a missing Utility Type as per your request on my blog here: https://www.elsewebdevelopment.com/typescript-3-7-utility-types-printable-pdf-cheat-sheet/ .Someone else beat me to the Parameters<T>. I hope it is OK, cheers.

orta commented 4 years ago

Thanks!