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

5 lines
140 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.shift, arguments);
};