We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36f043 commit 659599cCopy full SHA for 659599c
index.d.ts
@@ -64,7 +64,7 @@ interface OutputByType {
64
// compressedContent: string|ArrayBuffer|Uint8Array|Buffer;
65
// }
66
67
-type InputFileFormat = InputByType[keyof InputByType] | Promise<InputFileFormat>;
+type InputFileFormat = InputByType[keyof InputByType] | Promise<InputByType[keyof InputByType]>;
68
69
declare namespace JSZip {
70
type InputType = keyof InputByType;
0 commit comments