TypeScript Hub - Core Type System
Core Type System
Section titled “Core Type System”| Page | Why it belongs here | Guide |
|---|---|---|
| Introduction | High-level orientation to TypeScript and its role. | Open |
| Basics Index | Curated basics pages for the main language concepts. | Open |
| Interfaces | Core structural typing feature. | Open |
| Type Guards | Narrowing and runtime-safe type refinement. | Open |
| Strict Null Checks | Foundation for safer nullable modeling. | Open |