UNPKG

@azure/core-client

Version:

Core library for interfacing with AutoRest generated code

9 lines 353 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Browser-only implementation of the module's state. The browser esm variant will not load the commonjs state, so we do not need to share state between the two. */ export const state = { operationRequestMap: new WeakMap(), }; //# sourceMappingURL=state-browser.mjs.map