{"id":20383402,"url":"https://github.com/chorer/typescript-doc-zh","last_synced_at":"2025-06-20T22:41:34.902Z","repository":{"id":45513069,"uuid":"427659867","full_name":"Chorer/TypeScript-Doc-Zh","owner":"Chorer","description":"Typescript 官方文档中文翻译","archived":false,"fork":false,"pushed_at":"2021-12-30T15:06:50.000Z","size":109,"stargazers_count":83,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T09:21:52.651Z","etag":null,"topics":["documentation","javascript","ts","typescript","zh-cn","zh-hans"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chorer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-13T12:33:00.000Z","updated_at":"2025-03-21T03:46:57.000Z","dependencies_parsed_at":"2022-07-14T16:47:55.739Z","dependency_job_id":null,"html_url":"https://github.com/Chorer/TypeScript-Doc-Zh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chorer/TypeScript-Doc-Zh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chorer%2FTypeScript-Doc-Zh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chorer%2FTypeScript-Doc-Zh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chorer%2FTypeScript-Doc-Zh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chorer%2FTypeScript-Doc-Zh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chorer","download_url":"https://codeload.github.com/Chorer/TypeScript-Doc-Zh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chorer%2FTypeScript-Doc-Zh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261031392,"owners_count":23100014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","javascript","ts","typescript","zh-cn","zh-hans"],"created_at":"2024-11-15T02:22:29.144Z","updated_at":"2025-06-20T22:41:29.893Z","avatar_url":"https://github.com/Chorer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript-Doc-Zh\n### 说明\n\n* **翻译内容：** 最新版本的 [TypeScript 官方文档](https://www.typescriptlang.org/docs/)。目前已经翻译完文档的手册部分（TypeScript-Handbook），后续有空会补全文档其它部分的翻译\n* **进度：** 个人纯手工翻译，加上我也正在学习 TS，所以进度上不会很快，但每天会翻译一部分\n* **反馈：** 若发现翻译存在问题，欢迎随时提 issue 或者 pr。如果项目对你有所帮助，也欢迎点个 star \n* **在线阅读**：为获得更好的阅读体验，推荐在[这里](https://chorer.github.io/Vuepress-TypeScriptDoc/)阅读。\n\n### 目录\n\n* [入门指南]()\n  - [ ] [为新手级程序员准备的 TS 入门指南]()\n  - [ ] [为 JS 程序员准备的 TS 入门指南]()\n  - [ ] [为 Java/C# 程序员准备的 TS 入门指南]()\n  - [ ] [为函数式编程程序员准备的 TS 入门指南]()\n  - [ ] [5 分钟了解 TypeScript 工具]()\n* [手册](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook)\n  - [x] [TypeScript 手册](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/The%20TypeScript%20Handbook.md)\n  - [x] [基础](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/The%20Basics.md)\n  - [x] [普通类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Everyday%20Types.md)\n  - [x] [类型收缩](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Narrowing.md)\n  - [x] [关于函数](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/More%20on%20Functions.md)\n  - [x] [对象类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Object%20Types.md)\n  - [x] [类型操控](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation)\n    - [x] [从类型中创建类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Creating%20Types%20from%20Types.md)\n    - [x] [泛型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Generics.md)\n    - [x] [Keyof 类型操作符](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Keyof%20Type%20Operator.md)\n    - [x] [Typeof 类型操作符](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Typeof%20Type%20Operator.md)\n    - [x] [按索引访问的类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Indexed%20Access%20Types.md)\n    - [x] [条件类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Conditional%20Types.md)\n    - [x] [映射类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Mapped%20Types.md)\n    - [x] [模板字面量类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Type%20Manipulation/Template%20Literal%20Types.md)\n  - [x] [类](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Classes.md)\n  - [x] [模块](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Handbook/Modules.md)\n* [引用](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference)\n  - [x] [工具类型](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Utility%20Types.md)\n  - [ ] [装饰器](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Decorators.md)\n  - [x] [声明合并](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Declaration%20Merging.md)\n  - [ ] [枚举](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Enums.md)\n  - [ ] [迭代器和生成器](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Iterators%20and%20Generators.md)\n  - [ ] [JSX](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/JSX.md)\n  - [ ] [混入](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Mixins.md)\n  - [ ] [模块](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Modules.md)\n  - [ ] [模块解析](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Module%20Resolution.md)\n  - [ ] [命名空间](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Namespaces.md)\n  - [ ] [命名空间和模块](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Namespaces%20and%20Modules.md)\n  - [ ] [Symbols](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Symbols.md)\n  - [ ] [三斜线指令](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Triple-Slash%20Directives.md)\n  - [ ] [类型兼容性](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Type%20Compatibility.md)\n  - [ ] [类型推断](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Type%20Inference.md)\n  - [ ] [变量声明](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Reference/Variable%20Declaration.md)\n\n* [教程](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Tutorials)\n  - [ ] [ASP.NET 核心](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Tutorials/ASP.NET%20Core.md)\n  - [ ] [Gulp](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Tutorials/Gulp.md)\n  - [ ] [DOM 操控](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Tutorials/DOM%20Manipulation.md)\n  - [ ] [从 JavaScript 中迁移](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Tutorials/Migrating%20from%20JavaScript.md)\n  - [ ] [在 TypeScript 中使用 Babel](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Tutorials/Using%20Babel%20with%20TypeScript.md)\n* [声明文件](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files)\n  - [ ] [介绍](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Introduction.md)\n  - [ ] [声明参考](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Declaration%20Reference.md)\n  - [ ] [库结构](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Library%20Structures.md)\n  - [ ] [.d.ts 模板](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/.d.ts%20Templates.md)\n  - [ ] [注意事项](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Do's%20and%20Don'ts.md)\n  - [ ] [深入探索](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Deep%20Dive.md)\n  - [ ] [发布](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Publishing.md)\n  - [ ] [使用](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Declaration%20Files/Consumption.md)\n* [JavaScript](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/JavaScript)\n  - [ ] [在 JS 项目中使用 TypeScript](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/JavaScript/JS%20Projects%20Utilizing%20TypeScript.md)\n  - [ ] [JavaScript 文件中的类型检查](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/JavaScript/Type%20Checking%20JavaScript%20Files.md)\n  - [ ] [JSDoc 引用](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/JavaScript/JSDoc%20Reference.md)\n  - [ ] [从 .js 文件中创建 .d.ts 文件](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/JavaScript/Creating%20.d.ts%20Files%20from%20.js%20files.md)\n* [项目配置](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration)\n  - [ ] [什么是 tsconfig.json](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/What%20is%20a%20tsconfig.json.md)\n  - [ ] [MSBuild 中的编译选项](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/Compiler%20Options%20in%20MSBuild.md)\n  - [ ] [TSConfig 参考](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/TSConfig%20Reference.md)\n  - [ ] [tsc CLI 选项](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/tsc%20CLI%20Options.md)\n  - [ ] [项目引用](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/Project%20References.md)\n  - [ ] [与构建工具整合](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/Integrating%20with%20Build%20Tools.md)\n  - [ ] [配置监听](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/Configuring%20Watch.md)\n  - [ ] [每日构建](https://github.com/Chorer/TypeScript-Doc-Zh/blob/main/zh/Project%20Configuration/Nightly%20Builds.md)\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchorer%2Ftypescript-doc-zh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchorer%2Ftypescript-doc-zh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchorer%2Ftypescript-doc-zh/lists"}