0.0.6 • Published 6 years ago
ommmvalidator v0.0.6
OmmmValidator
How to use
Install
yarn add ommmvalidator
or npm install ommmvalidator
Require / Import
const Validator = require('ommmvalidator')
Use
//fails:
Validator.validate(ommm) => {isValid: false, error: ErrorObject}
//succeeds
Validator.validate(ommm) => {isValid: true, error: null}