Validates if a value is an array in which no element exceeds a maximum value.
Validates if a value is an array.
Validates if a value is an integer array.
Validates if a value is array-like.
Validates if a value is an integer.
Validates if a value is a function.
Validates if a value is a number.
Validates if a value is a string primitive.
Validates if a value is a nonnegative integer array.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A simple list of possible Typed Array names.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS ArrayBuffer?
Robustly get the length of a Typed Array
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of 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.
Run an array of functions in parallel
Validates if a value is typed-array-like.
Guarantees an array back