Searched refs:ArrayElementMap (Results 1 – 2 of 2) sorted by relevance
35 export type ArrayElementMap<T extends any[], U> = { alias39 export type StringArray = ArrayElementMap<NumberArray, string>;
19 export type ArrayElementMap<T extends Any[], U> = Any;21 export type StringArray = ArrayElementMap<NumberArray, string>;