UNPKG

@effect-ts/system

Version:

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

6 lines 191 B
import type * as C from "../core.js"; /** * Accesses the whole environment of the stream. */ export declare function environment<R>(): C.RIO<R, R>; //# sourceMappingURL=environment.d.ts.map