UNPKG

@effect-ts/system

Version:

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

13 lines 614 B
// ets_tracing: off export { as, as_ } from "../Effect/as.mjs"; export { asSomeError } from "../Effect/asSomeError.mjs"; export { chain, chain_, succeed } from "../Effect/core.mjs"; export { bind, bind_, do } from "../Effect/do.mjs"; export { fail } from "../Effect/fail.mjs"; export { foldM_, foldM } from "../Effect/foldM.mjs"; export { fromEither } from "../Effect/fromEither.mjs"; export { ifM_ } from "../Effect/ifM.mjs"; export { map, map_ } from "../Effect/map.mjs"; export { mapError_ } from "../Effect/mapError.mjs"; export { toManaged } from "../Effect/toManaged.mjs"; //# sourceMappingURL=effect.mjs.map