1.0.0 • Published 7 years ago

vtypes-register v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

vtypes-register

Register all vtype validators with validate.js

npm package vtypes

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 validators

License

vtypes is MIT licensed