TypeScript-Handbook-RU 项目教程

TypeScript-Handbook-RU 项目教程

TypeScript-Handbook-RUУчебник по Typescript项目地址:https://gitcode.com/gh_mirrors/ty/TypeScript-Handbook-RU

1. 项目的目录结构及介绍

TypeScript-Handbook-RU/
├── README.md
├── docs/
│   ├── The Basics.md
│   ├── Everyday Types.md
│   ├── Narrowing.md
│   ├── More on Functions.md
│   ├── Object Types.md
│   ├── Type Manipulation.md
│   ├── Creating Types from Types.md
│   ├── Generics.md
│   ├── Keyof Type Operator.md
│   ├── Typeof Type Operator.md
│   ├── Indexed Access Types.md
│   ├── Conditional Types.md
│   ├── Mapped Types.md
│   ├── Template Literal Types.md
│   ├── Classes.md
│   ├── Modules.md
│   ├── Reference.md
│   ├── Utility Types.md
│   ├── Cheat Sheets.md
│   ├── Decorators.md
│   ├── Declaration Merging.md
│   ├── Enums.md
│   ├── Iterators and Generators.md
│   ├── JSX.md
│   ├── Mixins.md
│   ├── Namespaces.md
│   ├── Namespaces and Modules.md
│   ├── Symbols.md
│   ├── Triple-Slash Directives.md
│   ├── Type Compatibility.md
│   ├── Type Inference.md
│   └── Variable Declaration.md
└── package.json

目录结构介绍

  • README.md: 项目介绍文件。
  • docs/: 包含所有TypeScript手册的文档文件。
    • The Basics.md: TypeScript基础知识。
    • Everyday Types.md: 日常类型。
    • Narrowing.md: 类型收窄。
    • More on Functions.md: 更多关于函数的内容。
    • Object Types.md: 对象类型。
    • Type Manipulation.md: 类型操作。
    • Creating Types from Types.md: 从类型创建类型。
    • Generics.md: 泛型。
    • Keyof Type Operator.md: Keyof类型操作符。
    • Typeof Type Operator.md: Typeof类型操作符。
    • Indexed Access Types.md: 索引访问类型。
    • Conditional Types.md: 条件类型。
    • Mapped Types.md: 映射类型。
    • Template Literal Types.md: 模板字面量类型。
    • Classes.md: 类。
    • Modules.md: 模块。
    • Reference.md: 参考资料。
    • Utility Types.md: 工具类型。
    • Cheat Sheets.md: 速查表。
    • Decorators.md: 装饰器。
    • Declaration Merging.md: 声明合并。
    • Enums.md: 枚举。
    • Iterators and Generators.md: 迭代器和生成器。
    • JSX.md: JSX。
    • Mixins.md: 混入。
    • Namespaces.md: 命名空间。
    • Namespaces and Modules.md: 命名空间和模块。
    • Symbols.md: 符号。
    • Triple-Slash Directives.md: 三斜杠指令。
    • Type Compatibility.md: 类型兼容性。
    • Type Inference.md: 类型推断。
    • Variable Declaration.md: 变量声明。
  • package.json: 项目的配置文件。

2. 项目的启动文件介绍

项目没有明确的启动文件,因为这是一个文档项目,主要内容在docs/目录下的Markdown文件中。

3. 项目的配置文件介绍

package.json

{
  "name": "TypeScript-Handbook-RU",
  "version": "1.0.0",
  "description": "Учебник по Typescript",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gooddaytoday/TypeScript-Handbook-RU.git"
  },
  "author":

TypeScript-Handbook-RUУчебник по Typescript项目地址:https://gitcode.com/gh_mirrors/ty/TypeScript-Handbook-RU

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

钟洁祺

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值