UNPKG

underscore-es

Version:

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

5 lines (4 loc) 164 B
// `_head` : a collection's function // ---------------------------------- // The cornerstone, a `head` implementation, aka `take`. export {default} from './take';