Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 273 Bytes

File metadata and controls

15 lines (15 loc) · 273 Bytes

第一节 基本类型

  1. 接口
  2. 数组
  3. 枚举
  4. 其他

第二节 变量声明

  1. var
  2. let
  3. const

第三节 接口

  1. 参数接口
  2. 函数声明接口
  3. 类接口

第四节 类