// Copyright (c) Microsoft Corporation.// Licensed under the MIT License./**
* Holds the singleton operationRequestMap, to be shared across CJS and ESM imports.
*/exportconst state = {
operationRequestMap: newWeakMap(),
};
//# sourceMappingURL=state-cjs.js.map