mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 20:48:29 +02:00
7 lines
No EOL
239 B
TypeScript
7 lines
No EOL
239 B
TypeScript
import { RequestPolicy } from "./policies/requestPolicy";
|
|
/**
|
|
* An interface that can send HttpRequests and receive promised HttpResponses.
|
|
*/
|
|
export interface HttpClient extends RequestPolicy {
|
|
}
|
|
//# sourceMappingURL=httpClient.d.ts.map
|