A robust, ES3 compatible, "has own property" predicate.
A simple cache for a few of the JS Error constructors.
Determine if a value is an ES6 Symbol or not.
Unbox a boxed JS primitive value.
ES2017 spec-compliant Object.entries shim.
ECMAScript spec-compliant polyfill/shim for `globalThis`
Set a function's name property
Create and parse Content-Disposition header
Get the ArrayBuffer out of a TypedArray, robustly.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
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
`Iterator.prototype`, or a shared object to use.
Robustly get the byte length of a Typed Array
Determine if a function is a native async function.
Get the byteOffset out of a DataView, robustly.
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Fast, unopinionated, minimalist web framework
Robustly get the [[Prototype]] of an object
What is the type of this builtin JS value?
concatenative mapdashery
Import a module like with require() but from a given path (for ESM)
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.
ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.