ethers.js/lib.esm/utils/geturl.d.ts

10 lines
370 B
TypeScript
Raw Normal View History

2023-10-10 03:27:56 +03:00
import type { FetchGetUrlFunc, FetchRequest, FetchCancelSignal, GetUrlResponse } from "./fetch.js";
/**
* @_ignore:
*/
export declare function createGetUrl(options?: Record<string, any>): FetchGetUrlFunc;
2022-12-10 09:31:42 +03:00
/**
* @_ignore:
*/
2022-09-05 23:57:11 +03:00
export declare function getUrl(req: FetchRequest, signal?: FetchCancelSignal): Promise<GetUrlResponse>;
//# sourceMappingURL=geturl.d.ts.map