UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (6 loc) 251 B
import { Validator } from './validators'; import { Control } from "../model"; export declare type ctrlFunc = ((c: Control) => { [key: string]: any; }); export declare function normalizeValidator(validator: (ctrlFunc | Validator)): ctrlFunc;