Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
RFC9562 UUIDs
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
A ponyfill for the ES 2015 (ES6) `Array.from()`.
ESLint Environment for React Native
Node addon for string extraction for cbor-x
Yjs encoding protocols
Array#filter for older browsers.
creates a new array with given range
Utilities to help expose prettier output in linting tools
Pipe an Array through Node.js streams
Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
render domhandler DOM nodes to a string
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
an eslint rule plugin companion to babel-eslint
Parse and stringify JSON with comments. It will retain comments even after saved!
A JavaScript text diff implementation.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Returns true if a value is a plain object, array or function.
Join all elements of an array and create a human-readable string
Is this value a JS ArrayBuffer?
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.