Swap-Aggregator-Subgraph/node_modules/@ethersproject/web/lib/browser-geturl.d.ts
2022-07-03 07:27:35 +05:30

4 lines
226 B
TypeScript

import type { GetUrlResponse, Options } from "./types";
export { GetUrlResponse, Options };
export declare function getUrl(href: string, options?: Options): Promise<GetUrlResponse>;
//# sourceMappingURL=browser-geturl.d.ts.map