`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
ES2019 spec-compliant String.prototype.trimEnd shim.
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Generates and consumes source maps
A list of color names and its values
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
webpack Validation Utils
Array manipulation, ordering, searching, summarizing, etc.
Robustly get the byte offset of a Typed Array
Parse, validate, manipulate, and display dates
Get the byteOffset out of a DataView, robustly.
Determine if a function is a native generator function.
Robustly `.call.bind()` a function
What is the type of this builtin JS value?
Get the ArrayBuffer out of a DataView, robustly.
A lightweight carousel library with fluid motion and great swipe precision
Fast, unopinionated, minimalist web framework
concatenative mapdashery
Fork of pretty-format with support for ESM
Store information about any JS value in a side channel, using a linked list
ES2017 spec-compliant Object.entries shim.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.