joia:Joi包装器以确认验证

时间:2024-05-19 13:26:17
【文件属性】:

文件名称:joia:Joi包装器以确认验证

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-19 13:26:17

nodejs javascript schema validation object

乔亚 Joi包装器可用于对NodeJS进行验证 由从制作的图标 如何使用 安装套件 $ npm install joia // or $ yarn add joia 创建您的架构: Person.js const joia = require ( '../src/index' ) ; const person = joia . createSchema ( { name : joia . string ( ) . required ( ) , age : joia . number ( ) . integer ( ) . min ( 1 ) . max ( 45 ) } ) ; module . exports = person ; 现在,在您的程序中,验证您的对象: index.js const Person = require ( '


【文件预览】:
joia-master
----.gitignore(914B)
----package.json(355B)
----src()
--------index.js(766B)
----LICENSE(1KB)
----README.md(1KB)
----example()
--------index.js(740B)
--------schema.js(204B)
----diamond.png(8KB)
----.prettierrc(85B)
----yarn.lock(927B)

网友评论