‘liusuyi’
2023-11-03 e98fb13c21fe5e3d03eaaa5e26e3597ba49e9d0e
1
2
3
4
// for a legacy code and future fixes
module.exports = function () {
  return Function.call.apply(Array.prototype.concat, arguments);
};