jav
v2.0.0
Published
Joi like Async Validator
Downloads
65
Readme
Jav
Really appreciate Stephen Shank gift the package name jav to this repo.
Jav is a Joi style validator, and the underlying implementation is async-validator.
Features
- All api same as async-validator, but change to chaining called.
- Small enough for browser, otherwise Joi is too big.
- More readable and writable for developer. I hate code more and more object.
- Full typescript support. Even get the real transformed type from schema.
Install
npm install jav --save
License
MIT © HANXX