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 4fcdea2 + 0fd33a3 commit 5f0b6caCopy full SHA for 5f0b6ca
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