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
74 export function isTypedArray(tsType: TypeNode | undefined): boolean { function
534 export function isTypedArray(tsType: ts.Type, allowTypeArrays: string[]): boolean { function