vtypes-register
v1.0.0
Published
Additional constraints for validate.js
Downloads
8
Readme
vtypes-register
Register all vtype validators with validate.js
About
Registers all validators available as default in vtypes with validate.js
Installation
Using npm:
$ npm i --save vtypes-register// import the register file to include all available validators.
require('vtypes-register')();
const validate = require('validate.js');
// start using the validatorsLicense
vtypes is MIT licensed
