UNPKG

@azure/core-rest-pipeline

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

7 lines 239 B
import type { HttpClient } from "./interfaces.js"; /** * Create a new HttpClient instance for the browser environment. * @internal */ export declare function createXhrHttpClient(): HttpClient; //# sourceMappingURL=xhrHttpClient.d.ts.map