Searched defs:isTypedArray (Results 1 – 4 of 4) sorted by relevance
38 function isTypedArray(a) { function
20 export function isTypedArray(a: {}): a is Int32Array | Uint8Array { function
87 export function isTypedArray(tsType: TypeNode | undefined): boolean { function
572 export function isTypedArray(tsType: Type, allowTypeArrays: string[]): boolean { function