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