UNPKG

underscore-es

Version:

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

9 lines (6 loc) 246 B
// `_inject` : a collection's function // ------------------------------------ import {createReduce} from './_internal'; // **Reduce** builds up a single result from a list of values. var _inject = createReduce(1); export {_inject as default};