// ets_tracing: off import * as C from "../core.js" export function concatAll( channels: C.Channel< Env, InErr, InElem, InDone, OutErr, C.Channel, any > ): C.Channel { return C.concatAllWith_( channels, (_, __) => void 0, (_, __) => void 0 ) }