Parse and stringify JSON with comments. It will retain comments even after saved!
Match human-quality input to potential matches by edit distance.
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.
Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.
Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)
Is this value a JS ArrayBuffer?
Turn an array like into an array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
The pug lexer (takes a string and converts it to an array of tokens)
Robustly get the length of a Typed Array
svg path parser
TypeScript definitions for range-parser
Create an error from an array of error messages
Eslint rule for consistent filenames.
Get the ArrayBuffer out of a TypedArray, robustly.
Generates an array of consecutive integers starting at 0
list of SPDX standard license ranges
A JavaScript emulator of the TreeSet Java class
An orderby query-operation actor
Randomize the order of the elements in a given array.