TypeScript Hub - Advanced Types and Utilities
Advanced Types and Utilities
Section titled “Advanced Types and Utilities”| Page | Why it belongs here | Guide |
|---|---|---|
| Union Types | Fundamental composition feature for multiple possible shapes. | Open |
| Intersection Types | Combine several contracts into one type. | Open |
| Mapped Types | Type-level transformation over keys. | Open |
| Utility Types | Standard library type helpers for reuse and composition. | Open |
| Template Literal Types | Type-level string composition. | Open |