Current section

Files

Jump to
udia assets node_modules core-js fn array reverse.js
Raw

assets/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);
};