Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type jsfunction = Js.Unsafe.any Js.t
of_jsobject
val is_array : 'b Js.t -> ('a Js.t Js.js_array Js.t, string) Stdlib.result
val is_array_of_size_n :
'a Js.t ->
int ->
('b Js.t Js.js_array Js.t, string) Stdlib.result
val array_get_ind : 'a Js.js_array Js.t -> int -> ('a, string) Stdlib.result
val bool_of_jsobject : 'a Js.t -> (bool, string) Stdlib.result
val unit_of_jsobject : 'a Js.t -> (unit, string) Stdlib.result
val int_of_jsobject : 'a Js.t -> (int, string) Stdlib.result
val float_of_jsobject : 'a Js.t -> (float, string) Stdlib.result
val string_of_jsobject : 'a Js.t -> (string, string) Stdlib.result
val object_get_sole_key : 'a Js.t -> (string, string) Stdlib.result
val jsfunction_of_jsobject : 'a Js.t -> (jsfunction, string) Stdlib.result
val jsany_of_jsobject : 'a Js.t -> (Js.Unsafe.any, string) Stdlib.result
val to_js_array : 'a list -> 'b Js.t
jsobject_of
val jsobject_of_bool : bool -> 'm Js.t
val jsobject_of_int : int -> 'm Js.t
val jsobject_of_unit : unit -> 'm Js.t
val jsobject_of_string : string -> 'm Js.t
val jsobject_of_float : float -> 'm Js.t
val jsobject_of_jsfunction : jsfunction -> 'm Js.t