文件名称:typebox:具有用于TypeScript的静态类型解析度的JSON架构类型生成器
文件大小:37KB
文件格式:ZIP
更新时间:2024-02-27 01:26:03
typescript json-schema static-types runtime-typechecking TypeScriptTypeScript
文字框 具有用于TypeScript的静态类型解析的JSON模式类型生成器 例 import { Static , Type } from '@sinclair/typebox' const T = Type . String ( ) /* const T = { "type": "string" } */ type T = Static < typeof> /* type T = string */ 安装 $ npm install @sinclair/typebox --save 总览 TypeBox是类型创建器库,它创建可静态解析为TypeScript类型的内存中JSON模式对象。
【文件预览】:
typebox-master
----package.json(866B)
----readme.md(33KB)
----.github()
--------workflows()
----license(1KB)
----package-lock.json(40KB)
----src()
--------tsconfig.json(241B)
--------typebox.ts(18KB)
----spec()
--------schema()
--------static()
--------tsconfig.json(327B)
--------index.ts(48B)
----.gitignore(37B)
----tasks.js(831B)