Home
last modified time | relevance | path

Searched refs:T21 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Dpredefined_types.ts45 type T21 = InstanceType<any>; // any alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypes1.ts34 type T21 = { [P in keyof Item]: Array<Item[P]> }; alias
DnumericStringLiteralTypes.ts47 type T21<T extends unknown[]> = { [K in keyof T]: T20<K> }; alias
DmappedTypesArraysTuples.ts36 type T21 = Partial<(string | undefined)[]>; alias