UNPKG

ng2-qgrid

Version:
8 lines (6 loc) 247 B
export declare interface Validator { validate(value: any): boolean; getErrors(): Array<string>; } export declare function hasRules(rules: any, key: string): boolean; export declare function createValidator(rules: any, key?: string): Validator;