Get the byteLength out of a DataView, robustly.
Does this JS environment support the `name` property on functions?
Unbox a boxed JS primitive value.
Power Assert in JavaScript
A helper to optimistically set Symbol.toStringTag, when possible.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Iterator.prototype`, or a shared object to use.
An ES2015 spec-compliant `Function.prototype.name` shim
Get the byteOffset out of a DataView, robustly.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
A Jimp-compatible library for working with GIFs
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
JS Object representation of a stack frame
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
A simple list of possible Typed Array names.
Power Assert feature enhancer for assert function/object
Get the ArrayBuffer out of a TypedArray, robustly.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Featherweight assert module
A tiny utility to create code frames
React component to wrap your application or component in an iFrame for encapsulation purposes
A function that returns the normally hidden `GeneratorFunction` constructor
Return a function which tests if every element in an array passes a test condition.