2
0
mirror of synced 2025-02-24 20:18:07 +00:00

4 lines
182 B
TypeScript
Raw Normal View History

2020-07-30 17:04:53 -04:00
import type { GetUrlResponse, Options } from "./types";
export { GetUrlResponse, Options };
2020-04-18 05:14:55 -04:00
export declare function getUrl(href: string, options?: Options): Promise<GetUrlResponse>;