/** * Accesses the specified service in the environment of the channel. * * @tsplus static effect/core/stream/Channel.Ops service */ export function service(tag: Tag): Channel { return Channel.fromEffect(Effect.service(tag)) }