/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
- // for a legacy code and future fixes
- module.exports = function () {
- return Function.call.apply(Array.prototype.pop, arguments);
- };