Skip to content

Commit

Permalink
Merge pull request #347 from hanyujie2002/handbook-v2
Browse files Browse the repository at this point in the history
translate handbook-v2
  • Loading branch information
zhongsp authored Feb 24, 2024
2 parents bbc095f + 9d22488 commit 6851a96
Show file tree
Hide file tree
Showing 16 changed files with 6,390 additions and 1 deletion.
18 changes: 17 additions & 1 deletion zh/handbook-v2/README.md
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)
350 changes: 350 additions & 0 deletions zh/handbook-v2/basics.md

Large diffs are not rendered by default.

Loading

0 comments on commit 6851a96

Please sign in to comment.