Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 301 Bytes

typescript.md

File metadata and controls

11 lines (8 loc) · 301 Bytes

TypeScript

后缀

  • .ts是最常用的
  • .tsx是用在react的jsx语法里的
  • .d.ts是为了定义(define)类型使用的。