A modern node inspector optimized for command line usage (like ipython, pry, iex, etc.)
Determine if the current node version supports the `--preserve-symlinks` flag.
Is this specifier a node.js core module?
string representations of objects in node and the browser
Info about node `exports` field support: version ranges, categories, etc.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
node's assert.deepEqual algorithm
Get the byteLength out of a DataView, robustly.
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byteOffset out of a DataView, robustly.
Get the ArrayBuffer out of a DataView, robustly.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
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.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a function is a native async function.
Does this JS environment support the `name` property on functions?
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.