UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

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