Skip to content

Commit 4a21837

Browse files
Merge pull request #39 from xapijs/issue-commonjs-import
fix not being able to import using commonjs
2 parents 887141c + 49493f5 commit 4a21837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/XAPI.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export * from "./interfaces/XAPI";
1010
export * from "./interfaces/Statement";
1111

1212
export default class XAPI {
13+
public static default = XAPI;
14+
1315
public static AttachmentUsages = AttachmentUsages;
1416
public static Verbs = Verbs;
1517

0 commit comments

Comments
 (0)