UNPKG

im-angular-validators

Version:

This library will help you with lots of already written mostly used validators for Angular 2+ applications.

3 lines (2 loc) 138 B
import { ValidatorFn } from '@angular/forms'; export declare const IMNumberInRangeValidator: (from: number, to: number) => ValidatorFn;