Skip to content

Commit e5a6aa1

Browse files
committed
Declare jszip as a module, too.
1 parent 0202fa0 commit e5a6aa1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jszip/jszip.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,8 @@ declare var JSZip: {
169169

170170
prototype: JSZip;
171171
support: JSZipSupport;
172-
}
172+
}
173+
174+
declare module "jszip" {
175+
export = JSZip;
176+
}

0 commit comments

Comments
 (0)