Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Is this specifier a node.js core module?
ES spec-like internal slots
Robustly get the length of a Typed Array
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.
Test if an object has a specified property.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Give a regex, get a robust predicate function that tests it against a string.
The URI implementation that is used by VS Code and its extensions
list of SPDX standard license ranges
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
A simple list of possible Typed Array names.
Robustly get the byte offset of a Typed Array
base renderer for power-assert context
typesafe assertion library for TypeScript 3.7+
Test if a value is an array-like object.
Babel plugin for power-assert
format power-assert context
Like a Set, but provides the index of the `key` in the backing array
ECMAScript spec abstract operations.