var concat = async (...arrs) => { var x = arrs[0]; var y = arrs[1]; }; var x = async (...rest) => { if (noNeedToWork) return 0; return rest; };