Type-level programming in TypeScript
- Generic types
- Conditional types
- Conditional types with infer
- Mapped types
- Recursive types
- Parse URL template
- Extra
- typehero - TypeScript type challenges;
- ts-toolbelt - utility library for TypeScript;
- type-fest - collection of essential TypeScript types
- type-challenges - collection of TypeScript type challenges with online judge;
- Twoslash Query Comments - Adds support for twoslash query comments (// ^?) in TypeScript and JavaScript projects;
- Prettify TypeScript: Better Type Previews - Make TypeScript errors prettier and more human-readable in VSCode;