UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

3 lines 84 B
export default (value, params) => { return value.length === parseInt(params); };