UNPKG

@altiore/form

Version:

Form helper for building powerful forms

2 lines (1 loc) 192 B
export declare const getErrorMessage: <ForCheck>(value: unknown, forCheck: ForCheck, defaultError: string, getMessage: string | ((value: any, forCheck: any) => string)) => string | undefined;