UNPKG

@effect-ts/system

Version:

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

26 lines (22 loc) 671 B
// ets_tracing: off import "../Operator/index.js" /** * Ported from https://github.com/zio/zio/blob/master/core/shared/src/main/scala/zio/Fiber.scala * * Copyright 2020 Michael Arnaldi and the Matechs Garage Contributors. */ // codegen:start {preset: barrel, include: ./*.ts} export * from "./api.js" export * from "./context.js" export * from "./core.js" export * from "./dump.js" export * from "./fiberName.js" export * from "./fiberRenderer.js" export * from "./id.js" export * from "./interrupt.js" export * from "./platform.js" export * from "./runtimeOrd.js" export * from "./state.js" export * from "./status.js" export * from "./tracing.js" // codegen:end