UNPKG

@effect-ts/system

Version:

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

8 lines 279 B
// ets_tracing: off import * as T from "../../../Effect/index.mjs"; import * as CH from "../Channel/index.mjs"; import * as C from "./core.mjs"; export function accessSink(f) { return new C.Sink(CH.unwrap(T.access(_ => f(_).channel))); } //# sourceMappingURL=accessSink.mjs.map