UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

7 lines 200 B
/** @internal */ export const OP_DONE = "Done"; /** @internal */ export const OP_INTERRUPTED = "Interrupted"; /** @internal */ export const OP_RUNNING = "Running"; //# sourceMappingURL=stmState.js.map