UNPKG

@effect-ts/system

Version:

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

10 lines (8 loc) 367 B
// ets_tracing: off export { interruptAs } from "../Promise/interruptAs.js" export { make } from "../Promise/make.js" export { Promise } from "../Promise/promise.js" export { succeed } from "../Promise/succeed.js" export { unsafeDone } from "../Promise/unsafeDone.js" export { unsafeMake } from "../Promise/unsafeMake.js" export { await } from "../Promise/await.js"