A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value an ES BigInt?
Robustly get the byte length of a Typed Array
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a value is an ES6 Symbol or not.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byteLength out of a DataView, robustly.
Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Robustly get the byte offset of a Typed Array
Get the byteOffset out of a DataView, robustly.
What is the type of this builtin JS value?
TypeScript definitions for revalidator
Is this an arguments object? It's a harder question than you think.
Does this JS environment support the `name` property on functions?
TypeScript definitions for hosted-git-info
TypeScript definitions for passport-azure-ad
TypeScript definitions for react-slider
return the github url from a package.json file
Create HTTP error objects
Opinionated, caching, retrying fetch client
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.