package chartjs

  1. Overview
  2. Docs
type t
val of_float_s : float -> t Js_of_ocaml.Js.t
val of_int_s : int -> t Js_of_ocaml.Js.t
val of_string : string -> t Js_of_ocaml.Js.t
val of_array : int array -> t Js_of_ocaml.Js.t
val cast_float_s : t Js_of_ocaml.Js.t -> float Js_of_ocaml.Js.opt
val cast_string : t Js_of_ocaml.Js.t -> string Js_of_ocaml.Js.opt