blob: 11f6e342896456ab1f091cd8237bde84e0b7fef9 [file] [log] [blame]
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.concat, arguments);
};