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

5 lines
137 B
JavaScript

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