TreasureTrails/node_modules/effect/dist/cjs/internal/opCodes/channelMergeDecision.js
2026-03-18 09:02:21 -05:00

11 lines
No EOL
294 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OP_DONE = exports.OP_AWAIT = void 0;
/** @internal */
const OP_DONE = exports.OP_DONE = "Done";
/** @internal */
const OP_AWAIT = exports.OP_AWAIT = "Await";
//# sourceMappingURL=channelMergeDecision.js.map