We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1093df8 commit c64cf92Copy full SHA for c64cf92
tests/module-types/src/cjs-subdir/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