Reduce a list of values using promises into a promise for a value
Create a debounced version of a promise returning function
A cross-browser, numerically stable algorithm to add floats accurately
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
Reduce an array of values via an asynchronous function.