Skip to content

Commit 7beeb77

Browse files
author
Andy Hanson
committed
Update baseline
1 parent 157a9b0 commit 7beeb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/globalAugmentationModuleResolution.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export { };
44

55
declare global {
6-
>global : any
6+
>global : typeof global
77

88
var x: number;
99
>x : number

0 commit comments

Comments
 (0)