An open API service indexing awesome lists of open source software.

https://github.com/wangxiaoyugg/typescript-basic-demo

typescript basic demo
https://github.com/wangxiaoyugg/typescript-basic-demo

Last synced: 3 months ago
JSON representation

typescript basic demo

Awesome Lists containing this project

README

        

# typescript的基础
1. typescript 是什么?
2. 为什么学typescript?
3. 安装typescript
4. 基础类型
5. 数组和元组
6. 接口
7. 类
8. 枚举
9. 泛型
10. 类型声明文件
11. 类型别名,字符串类型,交叉类型,联合类型
12. 类型推论和类型断言
13. 内置类型