package plotly

  1. Overview
  2. Docs
val from_Some : 'a option -> 'a
val from_Ok : ('a, 'b) Stdlib.result -> 'a
val from_js_Some : 'a Js_of_ocaml.Js.opt -> 'a
module Console : sig ... end
val alert : string -> unit
val alertf : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
val show_as_json : 'a -> string
val pp_as_json : Stdlib.Format.formatter -> 'a -> unit
exception No_element_id of string
val getById : string -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t option
val getById_coerce : (Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t -> 'a Js_of_ocaml.Js.opt) -> string -> 'a option
val getById_coerce_exn : (Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t -> 'a Js_of_ocaml.Js.opt) -> string -> 'a
val is_worker : unit -> bool
OCaml

Innovation. Community. Security.