Discriminated union types by ahejlsberg · Pull Request #9163 · microsoft/TypeScript
This PR implements support for discriminated union types, inspired by suggestions in #186 and #1003. Specifically, we now support type guards that narrow union types based on tests of a discriminan...