5 lines
137 B
JavaScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.concat, arguments);
};