0.0.4 • Published 7 years ago
ommmvalidator v0.0.4
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}