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 847e916 commit e7454abCopy full SHA for e7454ab
src/RescriptCore.res
@@ -47,7 +47,7 @@ module Intl = Core__Intl
47
@val external document: Dom.document = "document"
48
@val external globalThis: {..} = "globalThis"
49
50
-external null: Core__Null.t<'a> = "#null"
+external null: Core__Nullable.t<'a> = "#null"
51
external undefined: Core__Nullable.t<'a> = "#undefined"
52
external typeof: 'a => Core__Type.t = "#typeof"
53
0 commit comments