Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
What is the type of this builtin JS value?
Determine if a function is a native generator function.
Minimal async jobs utility library, with streams support
Vitest snapshot manager
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.
Is this specifier a node.js core module?
`Object.defineProperty`, but not IE 8's broken one.
Robustly get the length of a Typed Array
Power Assert in JavaScript
A helper to optimistically set Symbol.toStringTag, when possible.
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.
Determine if a function is a native async function.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Stringify an object so it can be safely inlined in JavaScript code
Test if a value is an object.
The URI implementation that is used by VS Code and its extensions
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
A simple list of possible Typed Array names.
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
Robustly `.call.bind()` a function