ethers.js/packages/web/lib/get-url.d.ts
2022-04-11 17:14:19 -04:00

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