aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/array/pop.js
blob: 55e7fe7a70e846689957b39213b96830f72ec9de (plain)
1
2
3
4
// for a legacy code and future fixes
module.exports = function () {
  return Function.call.apply(Array.prototype.pop, arguments);
};