PC/node_modules/core-js/fn/array/reverse.js
2026-01-26 23:20:48 +08:00

5 lines
138 B
JavaScript

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