Learning TypeScript 2.x
上QQ阅读APP看书,第一时间看更新

Core features of the TypeScript type system

In this section, we are going to learn about some of the core features of the TypeScript type system. This includes concepts such as union types, intersection guards, type guards, and type aliases.