Using utility types for transforming TypeScript types
TypeScript provides some built-in utility types that help facilitate transformations of types from one form to another.
These utilities are available globally. They can be quite handy in various situations.
TypeScript generics
Before understanding th...
wisdomgeek.hashnode.dev5 min read