UNPKG

@effect-ts/system

Version:

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

12 lines 425 B
import "../Operator/index.js"; /** * Ported from https://github.com/zio/zio/blob/master/core/shared/src/main/scala/zio/Cause.scala * * Copyright 2020 Michael Arnaldi and the Matechs Garage Contributors. */ export * from "./cause.js"; export * from "./core.js"; export * from "./do.js"; export * from "./errors.js"; export { Renderer, pretty, defaultRenderer } from "./Pretty/index.js"; //# sourceMappingURL=index.d.ts.map