From fe644f276c30f1e06ee0550b66573c0a52f4dbb2 Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:24:50 +0100 Subject: [PATCH] fix: export class issue --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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