Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Get and robustly cache all JS language-level intrinsics at first require time
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ES5 spec-compliant shim for String.prototype.trim
ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
Helper function for exhaustive checks of discriminated unions in TypeScript
A querystring parser that supports nesting and arrays, with a depth limit
A tiny, intuitive, type-friendly logger for Node.js/Browser.
parse SPDX license expressions
Store information about any JS value in a side channel. Uses WeakMap if available.
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
Does this JS environment support the `name` property on functions?
ES6 spec-compliant RegExp.prototype.flags shim.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Store information about any JS value in a side channel, using a linked list
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Store information about any JS value in a side channel, using a Map
webcrypto library for Node, React Native and IE11+
escape Markdown control characters
Is this value negative zero? === will lie to you