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 f9ed09c commit ca425efCopy full SHA for ca425ef
tests/module-types/src/cjs-subdir/index.ts
@@ -1,3 +1,4 @@
1
export const cjs: boolean = true;
2
3
+declare const require: any;
4
export const requireType = typeof require;
0 commit comments