mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
3 lines
136 B
JavaScript
3 lines
136 B
JavaScript
// helper module to expose custom and vuelidate validators.
|
|
export * from './customValidators'
|
|
export * from 'vuelidate/lib/validators'
|