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 11adb1d commit 31c3aeeCopy full SHA for 31c3aee
jscomp/others/js_json.res
@@ -30,6 +30,7 @@ type rec t =
30
| @as(null) Null
31
| String(string)
32
| Number(float)
33
+ | Bigint(bigint)
34
| Object(Js.Dict.t<t>)
35
| Array(array<t>)
36
0 commit comments