UNPKG

ajt-validator

Version:

Validation library for JavaScript and TypeScript

9 lines (8 loc) 225 B
export declare const ajtValidator: (input: string) => { isString(): any; maxLen(max: number): any; minLen(min: number): any; isAllow(type: string): any; caseInsensitive(): any; validate(): boolean; };