microsoft / TypeScript-New-Handbook

Incubation repository for the new TypeScript handbook 🐣
MIT License
649 stars 27 forks source link

Remove unused type from narrowing example #37

Closed Retsam closed 4 years ago

Retsam commented 4 years ago

An example for type narrowing included the line type Type = Anonymous | Class | Interface, but it wasn't used in the example, or referenced outside of it.

sandersn commented 4 years ago

Thanks!