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 c9c443c commit 146b019Copy full SHA for 146b019
tests/module-types/src/cjs-subdir/esm-exception/index.ts
@@ -1,3 +1,5 @@
1
export const cjs: boolean = true;
2
3
-export const requireType = typeof require;
+const requireType = typeof require;
4
+
5
+export default { requireType };
0 commit comments