veffect
Version:
powerful TypeScript validation library built on the robust foundation of Effect combining exceptional type safety, high performance, and developer experience. Taking inspiration from Effect's functional principles, VEffect delivers a balanced approach tha
11 lines (10 loc) • 498 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.currentRequestMap = void 0;
var _GlobalValue = /*#__PURE__*/require("../GlobalValue.js");
var _core = /*#__PURE__*/require("./core.js");
/** @internal */
const currentRequestMap = exports.currentRequestMap = /*#__PURE__*/(0, _GlobalValue.globalValue)( /*#__PURE__*/Symbol.for("effect/FiberRef/currentRequestMap"), () => (0, _core.fiberRefUnsafeMake)(new Map()));
//# sourceMappingURL=completedRequestMap.js.map