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