ethers.js/packages/web/lib/get-url.d.ts

4 lines
226 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
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