import { StreamInternal } from "@effect/core/stream/Stream/operations/_internal/StreamInternal" /** * @tsplus getter effect/core/stream/Channel toStream * @tsplus static effect/core/stream/Channel.Ops toStream */ export function toStream( self: Channel, OutDone> ): Stream { return new StreamInternal(self) }