UNPKG

vue-supervalidator

Version:

🚀 The most powerful Vue 3 form validation library with 226+ built-in rules

5 lines (4 loc) • 241 B
export declare const safeValue: (value: any) => any; export declare const isEmpty: (value: any) => boolean; export declare const getFieldValue: (formData: any, field: string) => any; export declare const coreRules: Record<string, Function>;