Files
simple-mail-cleaner/backend/node_modules/effect/dist/esm/internal/opCodes/channelMergeState.js
2026-01-23 01:33:35 +01:00

7 lines
224 B
JavaScript

/** @internal */
export const OP_BOTH_RUNNING = "BothRunning";
/** @internal */
export const OP_LEFT_DONE = "LeftDone";
/** @internal */
export const OP_RIGHT_DONE = "RightDone";
//# sourceMappingURL=channelMergeState.js.map