test package
Convert mongodb SBE explain output to 4.4 explain output
parse argument options
Implementation of Function.prototype.bind
resolve like require.resolve() on behalf of files asynchronously and synchronously
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
<p align="center"> <a href="https://tbo47.github.io/" ><img src="https://img.shields.io/badge/created_by-tbo47-blue.svg" alt="Created by tbo47"></a> <a href="https://www.npmjs.com/dagre-d3-es"><img src="https://img.shields.io/npm/v/dagre-d3-es.svg?log
Get and robustly cache all JS language-level intrinsics at first require time
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Determine if the JS environment has Symbol support. Supports spec, or shams.
TypeScript port of protowire — PXF text format, SBE binary, struct-tag protobuf, and API response envelope. Verified for byte-equivalence with the canonical Go reference and seven other sibling ports.
Core functions & classes shared by multiple AWS SDK clients.
string representations of objects in node and the browser
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
`Object.defineProperty`, but not IE 8's broken one.
Determine if a function is a native generator function.
Returns an array of Typed Array names that are available in the current environment
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this specifier a node.js core module?
ECMAScript spec abstract operations.
An ES2015 spec-compliant `Function.prototype.name` shim
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.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.