TreasureTrails/node_modules/effect/dist/esm/internal/opCodes/channelMergeState.js

7 lines
224 B
JavaScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
/** @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