Safely push each item of an array to a stream
Populate a <canvas> element with a font texture atlas
Matches strings against configurable strings, globs, regular expressions, and/or functions
A polyfill for Array.prototype.flat and Array.prototype.flatMap
Attach comments to estree nodes
Generate hexmaps from data that uses the Open Data Institute's HexJSON format.
`[].reduce()` for old browsers
Create an array of unique values, in order, from the input arrays
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
A type checking library where each exported function returns either true or false and does not throw. Also added tests.
Selectively merge values from one or more generators onto the current application instance.
Encode compact, canonical JSON.
Spinners for use in the terminal
Uppercase first character of each element in arrays of strings.
Run an array of functions in series
Right pad a string with zeros or a specified string. Fastest implementation.
Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.
An object schema merger/validator
Like a Set, but provides the index of the `key` in the backing array
Lazy-evaluating list of files, based on globs or regex patterns
Call a function for each value in an array and return a Promise
Zip function
Create an array with values that are present in the first input array but not additional ones
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.