7 lines
212 B
JavaScript
7 lines
212 B
JavaScript
/** @internal */
|
|
export const OP_CONTINUE = "Continue";
|
|
/** @internal */
|
|
export const OP_CLOSE = "Close";
|
|
/** @internal */
|
|
export const OP_YIELD = "Yield";
|
|
//# sourceMappingURL=channelChildExecutorDecision.js.map
|