yxc::check_mark:构图验证 源码
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 ( ) .
文件列表
yxc::check_mark:构图验证
(预估有个229文件)
.gitignore
2KB
.babelrc
39B
.eslintignore
212B
.gitattributes
66B
_handlers_object_.objecthandler.html
53KB
_handlers_boolean_.booleanhandler.html
43KB
_handlers_record_.recordhandler.html
51KB
_handlers_base_.basehandler.html
29KB
_handlers_optional_.optionalhandler.html
28KB
_handlers_union_.unionhandler.html
31KB
暂无评论