Skip to content

Commit 3c41eb9

Browse files
authored
Merge pull request #95 from heinrich-fresh/master
[bug] Fix issue with export causing this error in Angular
2 parents 1f4f459 + 30cdd46 commit 3c41eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ declare namespace imageCompression {
3636

3737
export as namespace imageCompression;
3838

39-
export = imageCompression;
39+
export default imageCompression;

0 commit comments

Comments
 (0)