| Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/library/fn/array/ |
| Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/library/fn/array/shift.js |
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.shift, arguments);
};