Open paulomcnally opened 6 years ago
Could be implemented using the combinations of is.under
or is.above
with is.equal
(in case of equality)
How would you use if you want to validate a password that is greater than 6 and less than 255 characters?
const is = require('is_js');
const password = 'abcde';
These validations are important: