We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11823c commit 1343308Copy full SHA for 1343308
js/js-export/generate.js
@@ -382,3 +382,6 @@ class JSGenerate {
382
}
383
384
385
+if (typeof module !== 'undefined' && module.exports) {
386
+ module.exports = { JSGenerate };
387
+}
0 commit comments