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