Type-Safe TypeScript with Type Narrowing
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...
rainerhahnekamp.hashnode.dev15 min read