Skip to content

Commit 1343308

Browse files
authored
ex
1 parent e11823c commit 1343308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/js-export/generate.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,6 @@ class JSGenerate {
382382
}
383383
}
384384
}
385+
if (typeof module !== 'undefined' && module.exports) {
386+
module.exports = { JSGenerate };
387+
}

0 commit comments

Comments
 (0)