/** * Accesses the whole environment of the channel. * * @tsplus static effect/core/stream/Channel.Ops environment */ export function environment(): Channel> { return Channel.fromEffect(Effect.environment()) }