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

5 lines
142 B
JavaScript

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