UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

2 lines (1 loc) 84 B
export default (value, [min, max]) => Number(min) <= value && Number(max) >= value;