const value = yield* stream.pipe(
Stream.tap(Effect.log),
Stream.buffer({ capacity: "unbounded" }),
Stream.toReadableStreamEffect()
);
const value = yield* stream.pipe(
Stream.tap(Effect.log),
Stream.buffer({ capacity: "unbounded" }),
Stream.toReadableStreamEffect()
);