aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/library/fn/array/reverse.js
blob: 3226b310028c5689dd835f8f17a32ec2576180ac (plain)
1
2
3
4
// for a legacy code and future fixes
module.exports = function () {
  return Function.call.apply(Array.prototype.reverse, arguments);
};