Determine if a function is a native generator function.
Returns an array of Typed Array names that are available in the current environment
TypeScript definitions for parse-github-url
An env-agnostic serializer and deserializer with recursion ability and types beyond JSON, based on the HTML structured clone algorithm.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Javascript sandboxing library.
Convert a stream to a string
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Does this JS environment support the `name` property on functions?
[](https://www.npmjs.com/package/@aws-sdk/util-format-url) [](https://www.npmjs.com/package/@aws-sd
Static AST checker for accessibility rules on JSX elements.
`Object.defineProperty`, but not IE 8's broken one.
ES proposal-spec-compliant Object.fromEntries shim.
Library for generating data models based on inputs such as AsyncAPI, OpenAPI, JSON Schema, XSD, or Avro documents
An implementation of the URL Living Standard
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.
Create Next.js-powered React apps with one command
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.