@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) • 305 B
JavaScript
// ets_tracing: off
import * as T from "../../Effect/environment.mjs";
import { fromEffect } from "../fromEffect.mjs";
/**
* Accesses the whole environment of the effect.
*/
export function environment(__trace) {
return fromEffect(T.environment(), __trace);
}
//# sourceMappingURL=environment.mjs.map