TypeScript Tutorial
0. Offical Doc
https://www.typescriptlang.org/docs/
1. Installing TypeScript and Demo
Enter the command line and following command:
1 | |
Compile the ts file:
1 | |
ts demo
1 | |
1 | |
2. Type Declaration
1 | |
TypeScript Tutorial
https://www.hardyhu.cn/2023/02/17/TypeScript-Tutorial/