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.
2 parents 56fece4 + 1543fb9 commit 0fd33a3Copy full SHA for 0fd33a3
index.d.ts
@@ -1396,7 +1396,7 @@ export interface ZipWriterCloseOptions extends EntryOnprogressOptions {
1396
/**
1397
* Represents options passed to the constructor of {@link ZipWriter}, {@link ZipWriter#add} and `{@link ZipDirectoryEntry}#export*`.
1398
*/
1399
-export interface ZipWriterConstructorOptions {
+export interface ZipWriterConstructorOptions extends WorkerConfiguration {
1400
1401
* `true` to use Zip64 to store the entry.
1402
*
0 commit comments