UNPKG

@effect-ts/system

Version:

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

11 lines (8 loc) 178 B
// ets_tracing: off import { access } from "./core.js" /** * Access environment */ export function environment<R>(__trace?: string) { return access((_: R) => _, __trace) }