UNPKG

@nomiclabs/hardhat-etherscan

Version:
4 lines 272 B
import type * as Undici from "undici"; export declare function sendGetRequest(url: URL): Promise<Undici.Dispatcher.ResponseData>; export declare function sendPostRequest(url: URL, body: string): Promise<Undici.Dispatcher.ResponseData>; //# sourceMappingURL=undici.d.ts.map