UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

11 lines (10 loc) 300 B
// ets_tracing: off import * as T from "../../../../Effect/index.mjs"; import * as FromEffect from "./fromEffect.mjs"; /** * Accesses the whole environment of the stream. */ export function environment() { return FromEffect.fromEffect(T.environment()); } //# sourceMappingURL=environment.mjs.map