TypeScript has around 20 handy utility types - Pick, Omit, Partial, etc


TypeScript has around 20 handy utility types - Pick, Omit, Partial, etc.

But there are 100's handy of third-party utility types too.

Here are the top 4 utility libraries I've found while researching "TypeScript: Deep Dive" (publishing in May).

https://github.com/millsp/ts-toolbelt
https://github.com/piotrwitek/utility-types
https://github.com/andnp/SimplyTyped
https://github.com/sindresorhus/type-fest

View original on X