Returns an array of Typed Array names that are available in the current environment
A list of color names and its values
Store information about any JS value in a side channel, using a linked list
yargs the modern, pirate-themed, successor to optimist.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
An ESLint custom parser which leverages TypeScript ESTree
Get the ArrayBuffer out of a TypedArray, robustly.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Parse, validate, manipulate, and display dates
Get the ArrayBuffer out of a DataView, robustly.
webpack Validation Utils
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
ES2017 spec-compliant Object.entries shim.
Robustly get the byte offset of a Typed Array
PostCSS for CSS-in-JS and styles in JS objects
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Generates and consumes source maps
Determine if a function is a native generator function.
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Constants and utilities about visitor keys to traverse AST.
Array manipulation, ordering, searching, summarizing, etc.
parse argument options
Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website