UNPKG

@mub22/validity

Version:

Lightweight JavaScript validation library inspired by Laravel's rule syntax. Validate fields and forms easily with built-in rules and error messages.

4 lines (3 loc) 82 B
import { RuleFn } from "../types"; declare const max: RuleFn; export default max;