UNPKG

effect

Version:

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

11 lines (10 loc) 294 B
"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