/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
- // for a legacy code and future fixes
- module.exports = function () {
- return Function.call.apply(Array.prototype.reverse, arguments);
- };