Is this specifier a node.js core module?
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
`Object.defineProperty`, but not IE 8's broken one.
Robustly get the length of a Typed Array
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Give a regex, get a robust predicate function that tests it against a string.
Robustly get the byte offset of a Typed Array
The URI implementation that is used by VS Code and its extensions
Nanoscale assertion module
A simple list of possible Typed Array names.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
TypeScript definitions for http-assert
typesafe assertion library for TypeScript 3.7+
Robustly get the byte length of a Typed Array
ECMAScript spec abstract operations.
ES2015-compliant shim for Object.is - differentiates between -0 and +0
ES5 spec-compliant shim for String.prototype.trim
ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.