diff --git a/src/index.ts b/src/index.ts index f82d3d2..9f7c897 100644 --- a/src/index.ts +++ b/src/index.ts @@ -203,4 +203,4 @@ class Helper { } } -export default Helper; \ No newline at end of file +export = Helper; \ No newline at end of file