hexo/node_modules/core-js/fn/array/push.js

5 lines
135 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.push, arguments);
};