4 lines
226 B
TypeScript
4 lines
226 B
TypeScript
|
import { FetchResponse } from "./response.js";
|
||
|
import type { FetchRequest } from "./request.js";
|
||
|
export declare function getUrl(req: FetchRequest, timeout: number): Promise<FetchResponse>;
|
||
|
//# sourceMappingURL=get-url.d.ts.map
|