Home
last modified time | relevance | path

Searched refs:ArrayElementMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-mappedtype.ts35 export type ArrayElementMap<T extends any[], U> = { alias
39 export type StringArray = ArrayElementMap<NumberArray, string>;
Darkts-no-mappedtype.d.ets19 export type ArrayElementMap<T extends Any[], U> = Any;
21 export type StringArray = ArrayElementMap<NumberArray, string>;