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) 203 B
// ets_tracing: off import { access } from "./core.mjs"; /** * Access environment */ export function environment(__trace) { return access(_ => _, __trace); } //# sourceMappingURL=environment.mjs.map