mirror of
https://github.com/wangdoc/typescript-tutorial.git
synced 2025-12-20 00:50:17 +08:00
28 lines
672 B
YAML
28 lines
672 B
YAML
- intro.md: 简介
|
|
- basic.md: 基本用法
|
|
- any.md: any 类型
|
|
- types.md: 类型系统
|
|
- array.md: 数组
|
|
- tuple.md: 元组
|
|
- symbol.md: symbol 类型
|
|
- function.md: 函数
|
|
- object.md: 对象
|
|
- interface.md: interface
|
|
- class.md: 类
|
|
- generics.md: 泛型
|
|
- enum.md: Enum 类型
|
|
- assert.md: 类型断言
|
|
- module.md: 模块
|
|
- namespace.md: namespace
|
|
- decorator.md: 装饰器
|
|
- decorator-legacy.md: 装饰器(旧语法)
|
|
- declare.md: declare 关键字
|
|
- d.ts.md: d.ts 类型声明文件
|
|
- operator.md: 类型运算符
|
|
- mapping.md: 类型映射
|
|
- utility.md: 类型工具
|
|
- comment.md: 注释指令
|
|
- tsconfig.json.md: tsconfig.json 文件
|
|
- tsc.md: tsc 命令
|
|
|