UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

3 lines (2 loc) 163 B
import { ValidatorFn } from "@angular/forms"; export declare function tccRegExValidator(regExString: string | RegExp, flags?: string, name?: string): ValidatorFn;