UNPKG

@effect-ts/system

Version:

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

6 lines 281 B
// ets_tracing: off // minimize circularity by importing only a subset export { forEach, forEachParN_, forEachPar_, forEach_ } from "../Effect/excl-forEach.mjs"; export { toManaged } from "../Effect/toManaged.mjs"; export * from "./deps-core.mjs"; //# sourceMappingURL=deps.mjs.map