We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Js.Undefined.to_opt
1 parent 1b05e76 commit ef60829Copy full SHA for ef60829
jscomp/runtime/js_undefined.mli
@@ -97,4 +97,4 @@ val from_opt : 'a option -> 'a t
97
*)
98
external toOption : 'a t -> 'a option = "#undefined_to_opt"
99
external to_opt : 'a t -> 'a option = "#undefined_to_opt"
100
-[@@deprecated "use toOpt instead"]
+[@@deprecated "use toOption instead"]
0 commit comments