# TypeScriptDemo **Repository Path**: pruidong/TypeScriptDemo ## Basic Information - **Project Name**: TypeScriptDemo - **Description**: TypeScript学习代码.学习路径: http://www.runoob.com/typescript/ts-tutorial.html - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-03 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TypeScriptDemo #### 介绍 TypeScript学习代码.学习路径: http://www.runoob.com/typescript/ts-tutorial.html #### 安装教程 1. 编译ts文件,之后运行同名js文件即可. #### 使用说明 1. 工具: Sublime Text 3 2. Node: 10.15.2 3. TypeScript: 3.3.3333 4. Npm:[淘宝 NPM 镜像](https://npm.taobao.org/) #### 目录说明 1. (1)安装 2. (2)基础语法 3. (3)基础类型 4. (4)变量声明 5. (5)运算符 6. (6)条件语句 7. (7)循环 8. (8)函数 9. (9)Number 10. (10)String 11. (11)Array 12. (12)元组 13. (13)联合类型 14. (14)接口 15. (15)类 16. (16)对象 17. (17)命名空间 18. (18)模块