package chartjs

  1. Overview
  2. Docs
type ('a, 'b) t
val of_single : 'b -> ('a, 'b) t Js_of_ocaml.Js.t
val of_array : 'b array -> ('a, 'b) t Js_of_ocaml.Js.t
val of_list : 'b list -> ('a, 'b) t Js_of_ocaml.Js.t
val of_fun : ('a -> 'b) -> ('a, 'b) t Js_of_ocaml.Js.t
val cast_single : ('a, 'b) t Js_of_ocaml.Js.t -> 'b Js_of_ocaml.Js.opt
val cast_fun : ('a, 'b) t Js_of_ocaml.Js.t -> ('c, 'a -> 'b) Js_of_ocaml.Js.meth_callback Js_of_ocaml.Js.opt