-
Notifications
You must be signed in to change notification settings - Fork 4.2k
doc: utility type #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: utility type #569
Conversation
README.md
Outdated
These are all built in, [see source in es5.d.ts](https://github.com/microsoft/TypeScript/blob/2c458c0d1ccb96442bca9ce43aa987fb0becf8a9/src/lib/es5.d.ts#L1401-L1474): | ||
These are all built in, [see source in es5.d.ts](https://github.com/microsoft/TypeScript/blob/main/src/lib/es5.d.ts#L1523-L1637): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to "bump" this reference, but let's use a commit instead of main
, since the main branch might change and invalidate the line range. Sounds good?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@filiptammergard Oh my bad, you're right. Updated, please check again
👍 |
Description
Update
Utility Types
following https://github.com/microsoft/TypeScript/blob/main/src/lib/es5.d.ts