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