We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b6e325 + f513d35 commit 3a49439Copy full SHA for 3a49439
js-file-download.d.ts
@@ -2,6 +2,7 @@ declare module 'js-file-download' {
2
export default function fileDownload(
3
data: string | ArrayBuffer | ArrayBufferView | Blob,
4
filename: string,
5
- mime?: string
+ mime?: string,
6
+ bom?: string
7
): void;
8
}
0 commit comments