UNPKG

@effect-ts/system

Version:

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

5 lines 202 B
/** * Accesses the whole environment of the effect. */ export declare function environment<R>(__trace?: string): import("../managed.js").Managed<R, never, R>; //# sourceMappingURL=environment.d.ts.map