https://github.com/shunyue1320/typescript-learn
TypeScript 学习
https://github.com/shunyue1320/typescript-learn
Last synced: 7 months ago
JSON representation
TypeScript 学习
- Host: GitHub
- URL: https://github.com/shunyue1320/typescript-learn
- Owner: shunyue1320
- Created: 2021-11-01T03:12:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T08:50:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T09:24:10.310Z (8 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)