Get the ArrayBuffer out of a TypedArray, robustly.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value an ES BigInt?
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
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
Robustly get the byte length of a Typed Array
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Get the byteOffset out of a DataView, robustly.
Does this JS environment support the `name` property on functions?
What is the type of this builtin JS value?
Get the byteLength out of a DataView, robustly.
Is this an arguments object? It's a harder question than you think.
Create HTTP error objects
Opinionated, caching, retrying fetch client
return the github url from a package.json file
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.
remark plugin that turns markdown into HTML to support rehype
hast utility to transform to preact, react, solid, svelte, vue, etc
JavaScript package binary linker
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
a CSS selector parser
A cli for Nino, just some simple config of webpack
Convert a string of words to a JavaScript identifier