-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from hanyujie2002/handbook-v2
translate handbook-v2
- Loading branch information
Showing
16 changed files
with
6,390 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# 手册 v2 | ||
|
||
- [模版字面量类型](type-manipulation/template-literal-types.md) | ||
- [TypeScript 手册](the-handbook.md) | ||
- [基础](basics.md) | ||
- [常见类型](everyday-types.md) | ||
- [缩小类型范围](narrowing.md) | ||
- [函数进阶](more-on-functions.md) | ||
- [对象类型](object-types.md) | ||
- 类型操纵 | ||
- [用现有类型创建新类型](type-manipulation/_creating-types-from-types.md) | ||
- [泛型](type-manipulation/generics.md) | ||
- [keyof 类型运算符](type-manipulation/keyof-type-operator.md) | ||
- [typeof 类型运算符](type-manipulation/typeof-type-operator.md) | ||
- [索引访问类型](type-manipulation/indexed-access-types.md) | ||
- [条件类型](type-manipulation/conditional-types.md) | ||
- [映射类型](type-manipulation/mapped-types.md) | ||
- [模版字面量类型](type-manipulation/template-literal-types.md) | ||
- [类](classes.md) | ||
- [模块](modules.md) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.