UNPKG

underscore-es

Version:

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

5 lines (4 loc) 219 B
// `_restArgs` : (ahem) a function's function // ------------------------------------------- // This accumulates the arguments passed into an array, after a given index. export {restArgs as default} from './_internal';