equus
v1.0.0
Published
Chainable validation.
Maintainers
Readme
equus
Chainable validation.
Install
$ npm install equusExamples
import equus from 'equus';
const validator = equus();
validator.onPass(value => {});
validator.onFail(value => {});
validator
.equal(1, 1)
.greaterThan(3, 1)
// Run a bunch of other checks... License
MIT
