Skip to content

Commit 0fd33a3

Browse files
Merge pull request #616 from ws333/master
Add missing typings for `useWebWorkers` and `useCompressionStream` to ZipWriterConstructorOptions
2 parents 56fece4 + 1543fb9 commit 0fd33a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ export interface ZipWriterCloseOptions extends EntryOnprogressOptions {
13961396
/**
13971397
* Represents options passed to the constructor of {@link ZipWriter}, {@link ZipWriter#add} and `{@link ZipDirectoryEntry}#export*`.
13981398
*/
1399-
export interface ZipWriterConstructorOptions {
1399+
export interface ZipWriterConstructorOptions extends WorkerConfiguration {
14001400
/**
14011401
* `true` to use Zip64 to store the entry.
14021402
*

0 commit comments

Comments
 (0)