Test if a value is an array-like object.
Complex64Array.
TanStack Vite plugin used to enhance the core devtools with additional functionalities
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Convert an array-like object to an object likely to have the same "shape".
JavaScript utilities for Vega.
Return an accessor function for retrieving an element from an indexed array-like object.
Test if a value is a Complex128Array.
Tokenize a string into an array of string parts and format identifier objects.
Test if a value is a Complex64Array.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Generate string from a token array by interpolating values.
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.
Return a JSON representation of a typed array.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Test if a value is array-like.
Robustly get the length of a Typed Array