@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
50 lines (28 loc) • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports._OutErr2 = exports._OutErr = exports._OutElem = exports._OutDone2 = exports._OutDone = exports._InErr = exports._InElem = exports._InDone = exports._Env = exports._ChannelTypeId = void 0;
require("../../../../Operator/index.js");
// ets_tracing: off
const _ChannelTypeId = /*#__PURE__*/Symbol();
exports._ChannelTypeId = _ChannelTypeId;
const _Env = /*#__PURE__*/Symbol();
exports._Env = _Env;
const _InErr = /*#__PURE__*/Symbol();
exports._InErr = _InErr;
const _InElem = /*#__PURE__*/Symbol();
exports._InElem = _InElem;
const _InDone = /*#__PURE__*/Symbol();
exports._InDone = _InDone;
const _OutErr = /*#__PURE__*/Symbol();
exports._OutErr = _OutErr;
const _OutErr2 = /*#__PURE__*/Symbol();
exports._OutErr2 = _OutErr2;
const _OutElem = /*#__PURE__*/Symbol();
exports._OutElem = _OutElem;
const _OutDone = /*#__PURE__*/Symbol();
exports._OutDone = _OutDone;
const _OutDone2 = /*#__PURE__*/Symbol();
exports._OutDone2 = _OutDone2;
//# sourceMappingURL=symbols.js.map