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