/node_modules/babel-polyfill/node_modules/core-js/library/fn/array/reverse.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 4 lines · 3 code · 0 blank · 1 comment · 0 complexity · e6f0ed1c385148cc8a4bb9c2d2b3f60f MD5 · raw file

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