TreasureTrails/node_modules/effect/dist/cjs/internal/managedRuntime/circular.js

10 lines
263 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TypeId = void 0;
// circular with Layer
/** @internal */
const TypeId = exports.TypeId = /*#__PURE__*/Symbol.for("effect/ManagedRuntime");
//# sourceMappingURL=circular.js.map