Search Terms
predefined, document, partial
Suggestion
TypeScript provides several predefined types that can be very useful, such as Partial<T>, Required<T>, etc.
It might be a good idea to have a separate page in the documentation that lists all of them.
Use Cases
These types are currently not very easily discoverable for new users.
A few are mentioned in the documentation under more generic topics and new ones are mentioned in "What's new in this version" posts.
They can be looked up in the declaration files, but a lot of future users likely won't know to go looking for them and will end up reinventing the wheel.
Examples
Flow documentation has a page like this called Utility Types
Checklist
My suggestion meets these guidelines:
Search Terms
predefined, document, partial
Suggestion
TypeScript provides several predefined types that can be very useful, such as
Partial<T>,Required<T>, etc.It might be a good idea to have a separate page in the documentation that lists all of them.
Use Cases
These types are currently not very easily discoverable for new users.
A few are mentioned in the documentation under more generic topics and new ones are mentioned in "What's new in this version" posts.
They can be looked up in the declaration files, but a lot of future users likely won't know to go looking for them and will end up reinventing the wheel.
Examples
Flow documentation has a page like this called Utility Types
Checklist
My suggestion meets these guidelines: