Opal-Estate-Pro/node_modules/core-js/fn/array/shift.js

5 lines
136 B
JavaScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.shift, arguments);
};