learn-typescript
learn typescript
记录学习 typescript 过程中的笔记。
基础类型 - base type
接口 - interface
类 - class
函数 - function
泛型 - generics
枚举 - enum
类型兼容性 - type compatibility
高级类型 - advanced types
Symbol 类型 - Symbol
Set,Map 类型 - Set,Map
iterator,for…of - iterator,for…of
模块 - module
命名空间 - namespace
声明合并 - declaration merging
书写声明文件 - declaration files
ts 编译器配置 - tsc configuration
使用 babel 编译 typescript - babel-typescript