UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

2 lines (1 loc) 111 B
export default (value, options) => !! options.filter(option => option == value).length; // eslint-disable-line