Skip to content

Commit f675f40

Browse files
committed
Merge pull request DefinitelyTyped#3077 from chbrown/master
Declare jszip as a module, in addition to the JSZip global
2 parents 0202fa0 + e5a6aa1 commit f675f40

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)