This commit is contained in:
7
node_modules/licia/download.d.ts
generated
vendored
Normal file
7
node_modules/licia/download.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare function download(
|
||||
data: Blob | File | string | any[],
|
||||
name: string,
|
||||
type?: string
|
||||
): void;
|
||||
|
||||
export = download;
|
||||
Reference in New Issue
Block a user