de4bddf96651a537787726afff092fa6ccd70928
[yaffs-website] / node_modules / core-js / library / fn / array / concat.js
1 // for a legacy code and future fixes
2 module.exports = function(){
3   return Function.call.apply(Array.prototype.concat, arguments);
4 };