We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8560f commit 09e5408Copy full SHA for 09e5408
runtime/Stdlib.res
@@ -53,8 +53,11 @@ type null<+'a> = Primitive_js_extern.null<'a>
53
type undefined<+'a> = Primitive_js_extern.undefined<'a>
54
type nullable<+'a> = Primitive_js_extern.nullable<'a>
55
56
+@deprecated("Use rescript-webapi instead")
57
@val external window: Dom.window = "window"
58
59
@val external document: Dom.document = "document"
60
61
@val external globalThis: {..} = "globalThis"
62
63
/**
0 commit comments