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

5 lines
139 B
JavaScript
Raw Permalink Normal View History

2023-10-03 11:14:36 +08:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.push, arguments);
};