UNPKG

effect

Version:

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

7 lines 224 B
/** @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