/** * @tsplus getter effect/core/stream/Channel toHub * @tsplus static effect/core/stream/Channel.Ops toHub */ export function toHub( hub: Hub, Elem>> ): Channel { return Channel.toQueue(hub) }