@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
20 lines • 631 B
TypeScript
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.
*/
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";
//# sourceMappingURL=index.d.ts.map