feige
2024-10-14 a5b3929efa08263edfa18a6093fa4fef44a82d8e
1
2
3
4
// for a legacy code and future fixes
module.exports = function () {
  return Function.call.apply(Array.prototype.pop, arguments);
};