UNPKG

@effect-ts/system

Version:

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

10 lines (9 loc) 250 B
import * as Environment from "./environment.mjs"; import * as Map from "./map.mjs"; /** * Accesses the environment of the stream. */ export function access(f) { return Map.map_(Environment.environment(), f); } //# sourceMappingURL=access.mjs.map