typebox:具有用于TypeScript的静态类型解析度的JSON架构类型生成器

文字框具有用于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模式对象。
zip 文件大小:36.71KB