UNPKG

validatorshield

Version:

Universal validation (frontend + backend) with TypeScript. Includes common rules and Sequelize-backed async rules (unique, exists).

3 lines (2 loc) 143 B
import { RuleContext } from '../validator'; export declare function between(value: any, _ctx: RuleContext, min: string, max: string): boolean;