beginner25 minby DevFox

Union Types and Narrowing

The central idea of TypeScript: a value that could be one of several types, and how the compiler follows your checks to work out which one it is on each branch.

  • TypeScript