/node_modules/babel-polyfill/node_modules/core-js/fn/array/push.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 4 lines · 3 code · 0 blank · 1 comment · 0 complexity · 8a96bbac8b6e447f1f9640bcc3d18a0d MD5 · raw file
- // for a legacy code and future fixes
- module.exports = function () {
- return Function.call.apply(Array.prototype.push, arguments);
- };