/node_modules/babel-polyfill/node_modules/core-js/library/fn/array/pop.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 4 lines · 3 code · 0 blank · 1 comment · 0 complexity · 6c4ce382f28e2cd086a85e3064b366c5 MD5 · raw file

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