TreasureTrails/node_modules/effect/dist/cjs/internal/opCodes/channelMergeStrategy.js

11 lines
364 B
JavaScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OP_BUFFER_SLIDING = exports.OP_BACK_PRESSURE = void 0;
/** @internal */
const OP_BACK_PRESSURE = exports.OP_BACK_PRESSURE = "BackPressure";
/** @internal */
const OP_BUFFER_SLIDING = exports.OP_BUFFER_SLIDING = "BufferSliding";
//# sourceMappingURL=channelMergeStrategy.js.map