Searched defs:Validator (Results 1 – 2 of 2) sorted by relevance
62 export class Validator<TValue> { class78 export class Validator<TValue> extends Portal.Controls.Validators.Validator<TValue> { class
37 type Validator<T> = {(): boolean, opt?: T}; alias