Validates if a value is a typed array.
Validates if a value is typed-array-like.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Validates if a value is an array.
Robustly get the byte offset of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Validates if a value is an integer array.
Robustly get the byte length of a Typed Array
A simple list of possible Typed Array names.
Robustly get the 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.
Returns an array of Typed Array names that are available in the current environment
Validates if a value is array-like.
Convert a typed array to a Buffer without a copy
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.
Uint32Array.
Uint16Array.
Float32Array.
Detect whether or not an object is a Typed Array
Flowtype linting rules for ESLint by flow-typed