hensei-web/node_modules/core-js/fn/array/shift.js
2020-09-11 06:44:42 -07:00

4 lines
136 B
JavaScript

// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.shift, arguments);
};