UNPKG

just-validate

Version:

Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of predefined rules, async, files, dates validation, custom error messages and styles, localization. Support wri

9 lines (8 loc) 213 B
import { Rules } from './interfaces'; export declare const defaultDictionary: { key: Rules; dict: { en: string; }; }[]; export declare const DEFAULT_ERROR_FIELD_MESSAGE = "Value is incorrect";