hz-zhhq-web/node_modules/core-js/fn/array/reverse.js

5 lines
138 B
JavaScript
Raw Normal View History

2025-02-25 13:44:33 +08:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.reverse, arguments);
};