Home
last modified time | relevance | path

Searched defs:Validator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericClassPropertyInheritanceSpecialization.ts62 export class Validator<TValue> { class
78 export class Validator<TValue> extends Portal.Controls.Validators.Validator<TValue> { class
DidenticalTypesNoDifferByCheckOrder.ts37 type Validator<T> = {(): boolean, opt?: T}; alias