UNPKG

underscore-es

Version:

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

5 lines (4 loc) 170 B
// `_each` : a collection's function // --------------------------------- // The cornerstone, an `each` implementation, aka `forEach`. export {default} from './forEach';