UNPKG

ng2-validators

Version:

An implementation of angular validators for Angular 2

5 lines (4 loc) 140 B
import { AbstractControl } from '@angular/forms'; export declare class Util { static isNotPresent(control: AbstractControl): boolean; }