UNPKG

@azure/core-client

Version:
9 lines 271 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Holds the singleton operationRequestMap, to be shared across CJS and ESM imports. */ export const state = { operationRequestMap: new WeakMap(), }; //# sourceMappingURL=state-cjs.js.map