Type-Safe TypeScript with Type Narrowing
Nov 6, 2022 · 15 min read · 1. Introduction 2. Equality Narrowing 3. typeof 4. Truthiness Narrowing 5. instanceof 6. Discriminated Union 7. in Type Guard 8. Type Predicate 9. Type Narrowing against unknown 9.1. Manual Validation 9.2. Automatic Validation: zod 10. Assertion Fu...
Join discussion
