Searched defs:isTypedArray (Results 1 – 8 of 8) sorted by relevance
8 function isTypedArray(value) { function59 isTypedArray, property
38 function isTypedArray(a) { function
20 export function isTypedArray(a: {}): a is Int32Array | Uint8Array { function
18 function isTypedArray(arr) { function
216 isTypedArray: [ property
18 var isTypedArray = require('is-typedarray').strict variable
490 this.isTypedArray = function (...args) { method
69 export function isTypedArray(tsType: TypeNode | undefined): boolean { function