#798 and #801 added [a Utility Types page](https://www.typescriptlang.org/docs/handbook/utility-types.html). It would be nice if the documentation here was comprehensive, with most common utility types. I was thinking of `ReadonlyArray` and such (but those are covered by https://github.com/microsoft/TypeScript-Handbook/issues/1023). There's a "comprehensive list" here, although I don't think it's comprehensive either: https://codewithstyle.info/Comprehensive-list-of-useful-built-in-types-in-TypeScript/
#798 and #801 added a Utility Types page.
It would be nice if the documentation here was comprehensive, with most common utility types.
I was thinking of
ReadonlyArrayand such (but those are covered by #1023).There's a "comprehensive list" here, although I don't think it's comprehensive either:
https://codewithstyle.info/Comprehensive-list-of-useful-built-in-types-in-TypeScript/