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

https://github.com/shunyue1320/typescript-learn

TypeScript 学习
https://github.com/shunyue1320/typescript-learn

Last synced: 7 months ago
JSON representation

TypeScript 学习

Awesome Lists containing this project

README

          

# TypeScript-learn
TypeScript 学习

[1. 🍦 基础类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/1.基础类型.ts)
[2. 🍟 类型推导](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/2.类型推导.ts)
[3. 🌭 函数类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/3.函数类型.ts)
[4. 🍿 类](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/4.类.ts)
[5. 🧂 接口](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/5.接口.ts)
[6. 🥓 泛型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/6.泛型.ts)
[7. 🥚 兼容性](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/7.兼容性.ts)
[8. 🍳 类型保护](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/8.类型保护.ts)
[9. 🧇 类型推断](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/9.类型推断.ts)
[10.🥞 交叉类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/10.交叉类型.ts)
[11.🥗 条件类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/11.条件类型.ts)
[12.🥙 内置类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/12.内置类型.ts)
[13.🌯 装包和拆包](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/13.装包和拆包.ts)
[14.🍠 自定义类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/14.自定义类型.ts)
[15.🥠 unknown](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/15.unknown.ts)
[16.🥫 模块和命名空间](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/16.模块和命名空间.ts)
[17.🌯 类型声明](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/17.类型声明.ts)
[18.🥮 扩展全局变量类型](https://github.com/shunyue1320/TypeScript-learn/blob/main/src/18.扩展全局变量类型.ts)