Skip to content

Commit fe644f2

Browse files
authored
fix: export class issue
1 parent d91338a commit fe644f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ class Helper {
203203
}
204204
}
205205

206-
export default Helper;
206+
export = Helper;

0 commit comments

Comments
 (0)