UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

5 lines (4 loc) 188 B
// `_foldl` : a collection's function // ----------------------------------- // **Reduce** builds up a single result from a list of values, aka `inject`, export {default} from './inject';