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

The TypeScript type system's characteristics

In this section, we are going to learn about the main characteristics of the TypeScript type system, including concepts such as type inference, optional type annotation, and the differences between a nominal type system and a structural type system.