2 lines
86 B
TypeScript
Raw Normal View History

2024-08-02 18:19:39 +08:00
export declare function download(url: string | null, name: string | undefined): void;