Reduces an array like Array.prototype.reduce, but with an additional compare function to stop the reduction.
`[].reduce()` for old browsers
Reduce initial definitions to the actual initial value, where possible.
Isomorphic map-reduce function to flatten an array into the supplied array
Compare alphanumeric strings the same way a human would, using a natural order algorithm
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.
No description provided.
Reduce any JSON value by traversing depth first and visiting each node
Get a compare function for array to sort
reduce-without
reduce-extract
Lazy-evaluating list of files, based on globs or regex patterns
Safe defaults for cssnano which require minimal configuration.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Reduce an array to unique values, optionally into a separate array.
JavaScript utilities for Vega.
React hooks, except using deep comparison on the inputs, not reference equality
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Reduce transform functions with PostCSS.
Compare semver version strings to find greater, equal or lesser.
Fast and easy parser of statements in source code in any language ✂️
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.
No description provided.
A tiny and fast selection algorithm in JavaScript.