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 15b6f2b commit 1092f31Copy full SHA for 1092f31
src/RescriptCore.res
@@ -1,11 +1,12 @@
1
+include Core__Global
2
+
3
module Array = Core__Array
4
module Console = Core__Console
5
module DataView = Core__DataView
6
module Date = Core__Date
7
module Dict = Core__Dict
8
module Error = Core__Error
9
module Float = Core__Float
-module Global = Core__Global
10
module Int = Core__Int
11
module BigInt = Core__BigInt
12
module Math = Core__Math
@@ -53,8 +54,6 @@ external null: Core__Null.t<'a> = "#null"
53
54
external undefined: Core__Undefined.t<'a> = "#undefined"
55
external typeof: 'a => Core__Type.t = "#typeof"
56
-include Core__Global
57
-
58
type t<'a> = Js.t<'a>
59
module MapperRt = Js.MapperRt
60
module Internal = Js.Internal
0 commit comments