Frontend Inbox

Type Checkers

Catching a class of bug before the browser ever runs the code — and knowing where types stop helping.

3 articles

The TypeScript handbook

Listed inTypeScriptType Checkerson

The official tour of the type system — worth reading once end to end rather than in search-result fragments.

External
TypeScript · typescriptlang.org
#typescript
#reference

TypeScript

Listed inTypeScriptType Checkerson

Structural typing, generics, narrowing, and the compiler flags that decide how much it catches.

Intermediate11 minDraft
#typescript
#quality