type@2.7.1
Runtime validation and processing of JavaScript types
ISC
2022-08-04
安装 (2.7.1)
npm install type@2.7.1
yarn add type@2.7.1
pnpm add type@2.7.1
bun add type@2.7.1
devDependencies (10)
| 包名 | 版本要求 |
|---|---|
| chai | ^4.3.6 |
| eslint | ^8.21.0 |
| eslint-config-medikoo | ^4.1.2 |
| git-list-updated | ^1.2.1 |
| github-release-from-cc-changelog | ^2.3.0 |
| husky | ^4.3.8 |
| lint-staged | ^13.0.3 |
| mocha | ^6.2.3 |
| nyc | ^15.1.0 |
| prettier-elastic | ^2.2.1 |
版本列表
2.7.3
2024-05-30
2.7.2
2022-08-05
2.7.1
2022-08-04
2.7.0
2022-08-03
2.6.1
2022-07-29
2.6.0
2022-02-02
2.5.0
2021-03-08
2.4.0
2021-03-08
2.3.0
2021-02-16
2.2.0
2021-02-11
2.1.0
2020-08-21
2.0.0
2019-10-10
1.2.0
2019-09-20
1.1.0
2019-09-20
1.0.3
2019-08-06
1.0.2
2019-08-06
1.0.1
2019-04-08
1.0.0
2019-04-05
0.0.3
2012-06-18
0.0.2
2012-02-25
0.0.1
2011-06-09
相关教程
Python 调用 C 扩展:ctypes 与 CPython API
通过 ctypes 或编写 CPython 扩展模块,在 Python 中执行 C 代码提升性能。
Python 元类编程:深入类的创建过程
了解类的本质,使用元类动态修改类行为,常用于框架和 DSL 设计。
Python 类型提示:提升代码健壮性
使用类型注解和 mypy 静态检查工具,在不牺牲动态特性的前提下提前发现错误。
TypeORM 数据库操作:装饰器驱动与迁移
使用 TypeORM 搭配 TypeScript,通过实体装饰器与 Repository 模式操作数据库。
Prisma ORM 使用:类型安全的数据库客户端
使用 Prisma 定义数据模型,自动生成迁移与类型安全的查询客户端。