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