biofriction-wp-theme/node_modules/core-js/library/fn/array/shift.js

5 lines
136 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.shift, arguments);
};