source:
node_modules/js-file-download/js-file-download.d.ts@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 224 bytes |
Line | |
---|---|
1 | declare module 'js-file-download' { |
2 | export default function fileDownload( |
3 | data: string | ArrayBuffer | ArrayBufferView | Blob, |
4 | filename: string, |
5 | mime?: string, |
6 | bom?: string |
7 | ): void; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.