1.0.0 • Published 8 years ago
vtypes-register v1.0.0
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
1.0.0
8 years ago