"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=https://main.vscode-cdn.net/sourcemaps/072586267e68ece9a47aa43f8c108e0dcbf44622/node_modules/@azure/core-client/dist/commonjs/state-cjs.cjs.map