Home
last modified time | relevance | path

Searched defs:sameFlatMap (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts551 export function sameFlatMap<T>(array: T[], mapfn: (x: T, i: number) => T | readonly T[]): T[]; function
/third_party/typescript/lib/
DtypingsInstaller.js239 function sameFlatMap(array, mapfn) { function
Dtsc.js406 function sameFlatMap(array, mapfn) { function