/** * @tsplus static effect/core/stream/Channel.Ops never */ export const never: Channel = Channel .fromEffect(Effect.never)