Files
babel/lib/6to5/transformation/templates/rest.js
2015-01-06 20:15:10 +11:00

4 lines
94 B
JavaScript

for (var KEY = START; KEY < ARGUMENTS.length; KEY++) {
ARRAY[ARRAY_KEY] = ARGUMENTS[KEY];
}