yunohost-admin/app/src/helpers/validators/index.js

12 lines
229 B
JavaScript

// helper module to expose custom and vuelidate validators.
export * from './customValidators'
export {
between,
helpers,
integer,
maxValue,
minLength,
minValue,
required,
sameAs
} from 'vuelidate/lib/validators'