2
0
mirror of synced 2025-02-24 03:58:06 +00:00
ethers.js/packages/web/lib/browser-geturl.d.ts
2020-07-30 17:04:53 -04:00

4 lines
182 B
TypeScript

import type { GetUrlResponse, Options } from "./types";
export { GetUrlResponse, Options };
export declare function getUrl(href: string, options?: Options): Promise<GetUrlResponse>;