"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. Object.defineProperty(exports, "__esModule", { value: true }); exports.state = void 0; /** * Holds the singleton operationRequestMap, to be shared across CJS and ESM imports. */ exports.state = { operationRequestMap: new WeakMap(), }; //# sourceMappingURL=state-cjs.cjs.map