UNPKG

@effect-ts/system

Version:

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

13 lines (12 loc) 449 B
// ets_tracing: off import "../Operator/index.mjs"; /** * Ported from https://github.com/zio/zio/blob/master/core/shared/src/main/scala/zio/ZRef.scala * * Copyright 2020 Michael Arnaldi and the Matechs Garage Contributors. */ // codegen:start {preset: barrel, include: ./*.ts, exclude: ./+(managed|effect|atomic).ts} export * from "./api.mjs"; export * from "./makeManagedRef.mjs"; export * from "./XRef.mjs"; //# sourceMappingURL=index.mjs.map