@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
32 lines (19 loc) • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports._Z = exports._R = exports._OutErr = exports._L = exports._InErr = exports._In = void 0;
// ets_tracing: off
const _R = /*#__PURE__*/Symbol();
exports._R = _R;
const _InErr = /*#__PURE__*/Symbol();
exports._InErr = _InErr;
const _In = /*#__PURE__*/Symbol();
exports._In = _In;
const _OutErr = /*#__PURE__*/Symbol();
exports._OutErr = _OutErr;
const _L = /*#__PURE__*/Symbol();
exports._L = _L;
const _Z = /*#__PURE__*/Symbol();
exports._Z = _Z;
//# sourceMappingURL=utils.js.map