UNPKG

@wizni/quiver

Version:

Quiver- Angular frontend development tools.

10 lines (9 loc) 275 B
import { Validator, AbstractControl } from '@angular/forms'; export declare const MAX_VALIDATOR: any; export declare class TdMaxValidator implements Validator { private _validator; max: number; validate(c: AbstractControl): { [key: string]: any; }; }