UNPKG

@effect-ts/system

Version:

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

8 lines (5 loc) 244 B
// ets_tracing: off // minimize circularity by importing only a subset export { forEach, forEachParN_, forEachPar_, forEach_ } from "../Effect/excl-forEach.js" export { toManaged } from "../Effect/toManaged.js" export * from "./deps-core.js"