UNPKG

underscore-es

Version:

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

5 lines (4 loc) 156 B
// `_rest` : an array's function // ------------------------------ // The cornerstone, a `rest` implementation, aka `drop`. export {default} from './drop';