Topics / TypeScript
TypeScript
1 piece touching TypeScript, newest first.
- Conditional Types in TypeScript
Conditional types give you type-level if/else logic in TypeScript. How to build recursive utilities like DeepNullable, use distributive conditionals and infer, and avoid the common pitfalls.