validators.util.d.ts 103 B

12
  1. import { ValidatorFn } from '@angular/forms';
  2. export declare function integerValidator(): ValidatorFn;