Skip to content

Commit cee0d4d

Browse files
[bug] Fix issue with export causing this error in Angular
This module is declared with using ‘export =’, and can only be used with a default import when using the ‘allowSyntheticDefaultImports’ flag.
1 parent 0191a7a commit cee0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/browser-image-compression.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)