Node addon for string extraction for cbor-x
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order
Create an array of unique values, in order, from the input arrays
Better binary searching
Runs a list of async tasks, passing the results of each into the next one
Programmatic access to the ARIA specification
Stylable text tables, handling ansi colour. Useful for console output.
Extract meaning from JS Errors
Isomorphic map-reduce function to flatten an array into the supplied array
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
line String/Array#indexOf but return all the indexes in an array
asynchronous function queue with adjustable concurrency
Fill a polygon with lines
Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.
Lazy-evaluating list of files, based on globs or regex patterns
Utilities for executing code in Web Workers
Mock a canvas in your jest tests.
Create an array with values that are present in the first input array but not additional ones
Like a Set, but provides the index of the `key` in the backing array
A PNG decoder in JavaScript
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
A list of directories you should ignore by default
Programmatic access to information about the AXObject Model