3394bad527cb490acd6599eaa4d56c90765dab6af3fda586191ceae34e21d5d8f8c68c629f5e33e67704d3f9617d922eb521600953a893230377cf8a2fcf6d 138 B

1234
  1. // for a legacy code and future fixes
  2. module.exports = function () {
  3. return Function.call.apply(Array.prototype.reverse, arguments);
  4. };