cape-validate
v1.1.2
Published
Some simple validation functions.
Downloads
1
Readme
cape-validate v1.0.3
Some simple validation functions.
fieldValidation(validators)(value)
-validators
must be an array. Returns an error message string or undefined.
Validator Helpers
- firstChar
- length
- minLength
- maxLength
- numString