UNPKG

dom-validator

Version:

Validator similar to vee-validator for vuetify Applications

6 lines (4 loc) 101 B
export default (value) => { value = String(value); return /^\+{0,1}\d{7,15}$/.test(value) }