package chartjs

  1. Overview
  2. Docs
type t
val zero : t Js_of_ocaml.Js.t
val bottom : t Js_of_ocaml.Js.t
val _true : t Js_of_ocaml.Js.t
val _false : t Js_of_ocaml.Js.t
val of_bool : bool -> t Js_of_ocaml.Js.t
val of_string : string -> t Js_of_ocaml.Js.t
val cast_bool : t Js_of_ocaml.Js.t -> bool Js_of_ocaml.Js.opt
val cast_string : t Js_of_ocaml.Js.t -> string Js_of_ocaml.Js.opt