UNPKG

@effect-ts/system

Version:

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

24 lines (23 loc) 805 B
// ets_tracing: off import "../Operator/index.mjs"; /** * Ported from https://github.com/zio/zio/blob/series/2.x/core/shared/src/main/scala/zio/ZFiberRef.scala * * Copyright 2020 Michael Arnaldi and the Matechs Garage Contributors. */ // codegen:start {preset: barrel, include: ./*.ts, exclude: ./excl-*.ts} export * from "./fiberRef.mjs"; export * from "./get.mjs"; export * from "./getAndSet.mjs"; export * from "./getAndUpdate.mjs"; export * from "./getAndUpdateSome.mjs"; export * from "./locally.mjs"; export * from "./make.mjs"; export * from "./modify.mjs"; export * from "./modifySome.mjs"; export * from "./set.mjs"; export * from "./update.mjs"; export * from "./updateAndGet.mjs"; export * from "./updateSome.mjs"; export * from "./updateSomeAndGet.mjs"; //# sourceMappingURL=index.mjs.map