source:
node_modules/js-file-download/js-file-download.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 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.