Socket.dev optimized package override for typed-array-length
Robustly get the length of a Typed Array
Robustly get the byte length of a Typed Array
Socket.dev optimized package override for which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Socket.dev optimized package override for is-typed-array
Socket.dev optimized package override for typed-array-buffer
Socket.dev optimized package override for array-buffer-byte-length
Robustly get the byte offset of a Typed Array
A simple list of possible Typed Array names.
Get the ArrayBuffer out of a TypedArray, robustly.
Maximum length for a typed array.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Uint32Array.
Uint16Array.
Uint8Array.
Uint8ClampedArray.
Returns an array of Typed Array names that are available in the current environment
Lazy-evaluating list of files, based on globs or regex patterns
Float64Array.
Float32Array.
Socket.dev optimized package override for array-flatten