blob: 5002a6062948b2322c3fc50098a31feaf4b68146 [file] [log] [blame]
// for a legacy code and future fixes
module.exports = function(){
return Function.call.apply(Array.prototype.shift, arguments);
};