DIR: /var/www/node-app/node_modules/core-js/fn/array/ |
Current File : //var/www/node-app/node_modules/core-js/fn/array/reverse.js |
// for a legacy code and future fixes module.exports = function () { return Function.call.apply(Array.prototype.reverse, arguments); }; |