Explore Library
FlashcardIntermediate

typeof Type Guards

The typeof operator narrows primitive types inside conditional branches.

Question

How does a typeof check narrow a type in TypeScript?

Click to reveal answer