Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 291 Bytes

File metadata and controls

20 lines (11 loc) · 291 Bytes

TypeScript

1. 工程配置

1.1. tsconfig.json

2. 语法

2.1. Basic Types 基本类型

2.2. Interfaces 接口

2.3. Functions 函数

2.4. Generics 泛型

2.5. Enums 枚举

3. Ref