Files
Partie-2/node_modules/core-js/fn/array/shift.js
Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

5 lines
136 B
JavaScript

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