You can search for identifiers within the package.
in-package search v0.2.0
monaco_jsoo
Monaco_jsoo.Jstools
module Html = Js_of_ocaml.Dom_html
val from_Some : 'a option -> 'a
val (!$) : string -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
module Console : sig ... end
val getById : (Html.element Js_of_ocaml.Js.t -> 'a Js_of_ocaml.Js.opt) -> string -> 'a
val alert : string -> unit
val is_worker : unit -> bool
type js_string_t = Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
type 'a js_array_t = 'a Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t
type bool_t = bool Js_of_ocaml.Js.t
val pp_as_json : Format.formatter -> 't4 -> unit