ethers.js/packages/web/lib.esm/geturl.d.ts

4 lines
218 B
TypeScript
Raw Normal View History

2020-07-31 00:04:53 +03:00
import type { GetUrlResponse, Options } from "./types";
export { GetUrlResponse, Options };
2020-04-18 12:14:55 +03:00
export declare function getUrl(href: string, options?: Options): Promise<GetUrlResponse>;
//# sourceMappingURL=geturl.d.ts.map