1+ ---
2+ next :
3+ text : 简介
4+ link : introduction/index.html
5+ ---
6+
17# TypeScript 入门教程
28
39[ ![ Actions Status] ( https://github.com/xcatliu/typescript-tutorial/workflows/gh-pages/badge.svg )] ( https://github.com/xcatliu/typescript-tutorial/actions )
713## 关于本书
814
915- [ 在线阅读] ( https://ts.xcatliu.com/ )
10- - [ 在线阅读(GitHub 版)] ( https://github.com/xcatliu/typescript-tutorial/blob/master/README.md )
1116- [ GitHub 地址] [ GitHub ]
1217- 作者:[ xcatliu] ( https://github.com/xcatliu/ )
13- - 官方 QQ 群:[ 加入 QQ 群 767142358] ( https://jq.qq.com/?_wv=1027&k=5nkkFCl )
18+ - [ 加入官方 QQ 群 767142358] ( https://jq.qq.com/?_wv=1027&k=5nkkFCl )
19+ - 本网站使用 [ Pagic] ( https://github.com/xcatliu/pagic ) 构建
1420
1521本书是作者在学习 [ TypeScript] 后整理的学习笔记。
1622
@@ -54,39 +60,6 @@ TypeScript 虽然有[官方手册][Handbook]及其[非官方中文版][中文手
5460>
5561> —— [ 阮一峰] ( https://github.com/ruanyf )
5662
57- ## 目录
58-
59- - [ 前言] ( README.md )
60- - [ 简介] ( introduction/README.md )
61- - [ 什么是 TypeScript] ( introduction/what-is-typescript.md )
62- - [ 安装 TypeScript] ( introduction/get-typescript.md )
63- - [ Hello TypeScript] ( introduction/hello-typescript.md )
64- - [ 基础] ( basics/README.md )
65- - [ 原始数据类型] ( basics/primitive-data-types.md )
66- - [ 任意值] ( basics/any.md )
67- - [ 类型推论] ( basics/type-inference.md )
68- - [ 联合类型] ( basics/union-types.md )
69- - [ 对象的类型——接口] ( basics/type-of-object-interfaces.md )
70- - [ 数组的类型] ( basics/type-of-array.md )
71- - [ 函数的类型] ( basics/type-of-function.md )
72- - [ 类型断言] ( basics/type-assertion.md )
73- - [ 声明文件] ( basics/declaration-files.md )
74- - [ 内置对象] ( basics/built-in-objects.md )
75- - [ 进阶] ( advanced/README.md )
76- - [ 类型别名] ( advanced/type-aliases.md )
77- - [ 字符串字面量类型] ( advanced/string-literal-types.md )
78- - [ 元组] ( advanced/tuple.md )
79- - [ 枚举] ( advanced/enum.md )
80- - [ 类] ( advanced/class.md )
81- - [ 类与接口] ( advanced/class-and-interfaces.md )
82- - [ 泛型] ( advanced/generics.md )
83- - [ 声明合并] ( advanced/declaration-merging.md )
84- - [ 扩展阅读] ( advanced/further-reading.md )
85- - [ 工程] ( engineering/README.md )
86- - [ 代码检查] ( engineering/lint.md )
87- - [ 编译选项] ( engineering/compiler-options.md )
88- - [ 感谢] ( thanks/README.md )
89-
9063## 版权许可
9164
9265本书采用「保持署名—非商用」创意共享 4.0 许可证。
@@ -101,10 +74,6 @@ TypeScript 虽然有[官方手册][Handbook]及其[非官方中文版][中文手
10174- [ Handbook] ([ 中文版] [ 中文手册 ] )
10275- [ ECMAScript 6 入门]
10376
104- ---
105-
106- - [ 下一章:简介] ( introduction/README.md )
107-
10877[ GitHub ] : https://github.com/xcatliu/typescript-tutorial
10978[ TypeScript ] : http://www.typescriptlang.org/
11079[ Handbook ] : http://www.typescriptlang.org/docs/handbook/basic-types.html
0 commit comments