UNPKG

@azure/core-rest-pipeline

Version:

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

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