UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

5 lines (4 loc) 103 B
export default (value, params) => { let min = params; return value.length >= parseInt(min); };