Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts1505 export function arrayOf<T>(count: number, f: (index: number) => T): T[] { function
/third_party/typescript/tests/lib/
Dreact.d.ts2306 arrayOf(type: Validator<any>): Requireable<any>; method
/third_party/typescript/lib/
Dtsc.js974 function arrayOf(count, f) { function