Searched defs:isTypedArray (Results 1 – 7 of 7) sorted by relevance
38 function isTypedArray(a) { function
20 export function isTypedArray(a: {}): a is Int32Array | Uint8Array { function
9 function isTypedArray(value) { function60 isTypedArray, property
216 isTypedArray: [ property
490 this.isTypedArray = function (...args) { method
74 export function isTypedArray(tsType: TypeNode | undefined): boolean { function
454 export function isTypedArray(tsType: ts.Type): boolean { function