uni-ticket-system/node_modules/licia/download.d.ts
2023-12-05 10:11:10 +08:00

8 lines
132 B
TypeScript

declare function download(
data: Blob | File | string | any[],
name: string,
type?: string
): void;
export = download;