Files
RoggioApp/node_modules/effect/dist/cjs/internal/managedRuntime/circular.js
T
2026-04-26 19:42:42 +02:00

10 lines
263 B
JavaScript
Executable File

"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