No description provided.
javascript implementation of Dunning's T-Digest for streaming quantile approximation
Helper functions around Function call/apply/bind, for use in `call-bind`
Determine if the current node version supports the `--preserve-symlinks` flag.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Get and robustly cache all JS language-level intrinsics at first require time
ES2019 spec-compliant String.prototype.trimStart shim.
Implementation of Function.prototype.bind
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Is this specifier a node.js core module?
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Returns an array of Typed Array names that are available in the current environment
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
ES6 spec-compliant RegExp.prototype.flags shim.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Determine if the JS environment has Symbol support. Supports spec, or shams.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
ECMAScript spec-compliant polyfill/shim for `globalThis`
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
Does this JS environment support the `name` property on functions?