p-reduce
Reduce a list of values using promises into a promise for a value
Reduce a list of values using promises into a promise for a value
The lodash method `_.reduce` exported as a module.
Reduce function calls in a string, using a callback
Reduces an object to a value that is the accumulated result of running each property in the object through a callback.
Isomorphic map-reduce function to flatten an array into the supplied array
Array methods for ES6 Iterators
Reduce multiple reducers into a single reducer
Convenient and dependency free wrapper for working with arrays and objects.
Cancels oppositely oriented cells in a simplicial complex
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.
Reduce an array to unique values, optionally into a separate array.
Small library to simplify working with Generators and Iterators in Javascript / Typescript
Component-wise operations on ndarrays
MDN polyfills
ES6 Promise Shim
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
Apply a function to each value in a collection, accumulating the results into a single return value.
Broccoli plugin to merge multiple files into one or multiple files
Make array iteration easy when using async/await and Promises