Return an accessor function for setting an element in an indexed array-like object.
Assert that a Node-API value is a Node-API typed array.
Assert that two Node-API typed array data types are equal.
Return a function which tests if every element in an array-like object passes a test condition.
Test if a value is an array of strings.
Reinterpret a Complex128Array as a Float64Array.
Maximum unsigned 32-bit integer.
Test if a value is an array-like object.
This package provides utilities for encoding and formatting URL query parameters.
Reinterpret a Complex64Array as a Float32Array.
Test if a value is an empty array.
Robustly get the byte offset of a Typed Array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
A simple list of possible Typed Array names.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Mock a canvas in your jest tests.
Test if an array contains a provided search value.
Array#isArray for older browsers
Is this value a JS SharedArrayBuffer?
Test if a value is array-like.