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