UNPKG

@typespec/ts-http-runtime

Version:

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

6 lines 231 B
import type { HttpClient } from "./interfaces.js"; /** * Create the correct HttpClient for the current environment. */ export declare function createDefaultHttpClient(): HttpClient; //# sourceMappingURL=defaultHttpClient.d.ts.map