@azure/core-client
Version:
Core library for interfacing with AutoRest generated code
8 lines • 308 B
TypeScript
import type { OperationRequest, OperationRequestInfo } from "./interfaces.js";
/**
* Defines the shared state between CJS and ESM by re-exporting the CJS state.
*/
export declare const state: {
operationRequestMap: WeakMap<OperationRequest, OperationRequestInfo>;
};
//# sourceMappingURL=state.d.ts.map