文件名称:yxc::check_mark:构图验证
文件大小:330KB
文件格式:ZIP
更新时间:2024-02-24 11:31:45
api graphql middleware koa express
x 使用Typescript编写的具有组合的模式验证。 请参阅此处的完整文档: : 安装 npm i @dotvirus/yxc 例子 验证架构 import yxc , { createSchema } from "@dotvirus/yxc" ; const schema = createSchema ( { id : yxc . number ( ) . integer ( ) . positive ( ) , name : yxc . string ( ) . notEmpty ( ) , age : yxc . number ( ) . integer ( ) .