TL;DR
Learn TypeScript mapped types to transform, filter, and reshape types programmatically. Build your own Partial, Required, and Readonly.
Key concepts
- TypeScript mapped types
- mapped types tutorial
- keyof TypeScript
- type transformations
TL;DR
Learn TypeScript mapped types to transform, filter, and reshape types programmatically. Build your own Partial, Required, and Readonly.
Key concepts