5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
/** @internal */
|
|
export const OP_DONE = "Done";
|
|
/** @internal */
|
|
export const OP_AWAIT = "Await";
|
|
//# sourceMappingURL=channelMergeDecision.js.map
|