- TypeScript 是一种由微软开发的自由和开源的编程语言,它是 JavaScript 的一个超集,扩展了 JavaScript 的语法。
-语法特性
- 类 Classes
- 接口 Interfaces
- 模块 Modules
- 类型注解 Type annotations
- 编译时类型检查 Compile time type checking
- Arrow 函数 (类似 C# 的 Lambda 表达式)
- github.com/xcatliu/typescript-tutorial TypeScript 入门教程
- github.com/basarat/typescript-book The definitive guide to TypeScript and possibly the best TypeScript book.
- github.com/zhongsp/TypeScript TypeScript 使用手册(中文版)翻译