{"version":3,"file":"regExp.directive.d.ts","sources":["regExp.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { Validator, AbstractControl } from '@angular/forms';\r\nexport declare class RegExpValidator implements Validator {\r\n    uiRegExp: string;\r\n    validate(c: AbstractControl): {\r\n        [key: string]: any;\r\n    };\r\n}\r\n"]}