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.
2 parents 642dd6a + 74da462 commit 8489465Copy full SHA for 8489465
jscomp/others/js_console.ml
@@ -1,6 +1,6 @@
1
-
2
+external error : 'a -> unit = "" [@@bs.val] [@@bs.scope "console"]
3
external log : 'a -> unit = "" [@@bs.val] [@@bs.scope "console"]
+external trace : unit -> unit = "" [@@bs.val] [@@bs.scope "console"]
4
external warn : 'a -> unit = "" [@@bs.val] [@@bs.scope "console"]
5
6
external timeStart : string -> unit =
0 commit comments