4 lines
218 B
TypeScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
import type { GetUrlResponse, Options } from "./types";
export { GetUrlResponse, Options };
export declare function getUrl(href: string, options?: Options): Promise<GetUrlResponse>;
//# sourceMappingURL=geturl.d.ts.map