Opal-Estate-Pro/node_modules/core-js/fn/array/splice.js
2019-09-13 09:44:33 +07:00

5 lines
137 B
JavaScript

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