UNPKG

ngx-custom-validators

Version:
3 lines (2 loc) 123 B
import { ValidatorFn } from '@angular/forms'; export declare const includedIn: (includedInArr: Array<any>) => ValidatorFn;