Skip to content

Commit 14f2b4c

Browse files
committed
Update MethodName export
Avoid import issues with const enum
1 parent d5569da commit 14f2b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/domHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const enum MethodName {
1+
export enum MethodName {
22
TOUCH,
33
INIT,
44
LOOP,

0 commit comments

Comments
 (0)