@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
10 lines • 489 B
TypeScript
export { make } from "../Promise/make.js";
export { fail } from "../Promise/fail.js";
export { succeed } from "../Promise/succeed.js";
export { await } from "../Promise/await.js";
export { Promise } from "../Promise/promise.js";
export { halt } from "../Promise/halt.js";
export { unsafeDone } from "../Promise/unsafeDone.js";
export { unsafeMake } from "../Promise/unsafeMake.js";
export { interruptAs } from "../Promise/interruptAs.js";
//# sourceMappingURL=excl-forEach-promise.d.ts.map