We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157a9b0 commit 7beeb77Copy full SHA for 7beeb77
1 file changed
tests/baselines/reference/globalAugmentationModuleResolution.types
@@ -3,7 +3,7 @@
3
export { };
4
5
declare global {
6
->global : any
+>global : typeof global
7
8
var x: number;
9
>x : number
0 commit comments