2025-12-10 12:02:17 +08:00

3 lines
171 B
TypeScript

export declare function download(url: string | null, name: string | undefined): void;
export declare function publicDownload(url: string, name: string | undefined): void;