Define a data property on an object. Will fall back to assignment in an engine without descriptors.
parse argument options
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
Retrieve function name and line number from a function reference
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
ES2017 spec-compliant Object.values shim.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Retrieve function name and line number from a function reference
Determine if the JS environment has BigInt support.
ES proposal-spec-compliant Object.fromEntries shim.
Give a regex, get a robust predicate function that tests it against a string.
Set a function's length property
ES spec-compliant shim for ArrayBuffer.prototype.slice
PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Store information about any JS value in a side channel. Uses WeakMap if available.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
A helper to optimistically set Symbol.toStringTag, when possible.
A simple cache for a few of the JS Error constructors.
Compare semver version strings to find greater, equal or lesser.
Is this value a JS SharedArrayBuffer?
ES2017 spec-compliant Object.entries shim.
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
A robust, ES3 compatible, "has own property" predicate.