/** * @tsplus static effect/core/stream/Channel.Ops writeAll */ export function writeAll( ...outs: Array ): Channel { return Channel.writeChunk(Chunk.from(outs)) }