UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

10 lines (9 loc) 263 B
"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