UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

7 lines (6 loc) 104 B
export default (value) => { if(!value){ return true } return value === value.toUpperCase() };