package vue-jsoo

  1. Overview
  2. Docs
type nonrec 'a t = 'a Js_of_ocaml.Js.t
type nonrec 'a optdef = 'a Js_of_ocaml.Js.optdef
type nonrec 'a opt = 'a Js_of_ocaml.Js.opt
type nonrec 'a js_array = 'a Js_of_ocaml.Js.js_array
type nonrec 'a readonly_prop = 'a Js_of_ocaml.Js.readonly_prop
type nonrec 'a meth = 'a Js_of_ocaml.Js.meth
type nonrec 'a constr = 'a Js_of_ocaml.Js.constr
type nonrec 'a callback = 'a Js_of_ocaml.Js.callback
type nonrec ('a, 'b) meth_callback = ('a, 'b) Js_of_ocaml.Js.meth_callback
type nonrec js_string = Js_of_ocaml.Js.js_string
type nonrec error = Js_of_ocaml.Js.error
type any_item = string * Js_of_ocaml.Js.Unsafe.any
val optdef : ('a -> 'b) -> 'a0 option -> 'b0 optdef
val to_optdef : ('a -> 'b) -> 'a0 optdef -> 'b0 option
val opt : ('a -> 'b) -> 'a0 option -> 'b0 opt
val to_opt : ('a -> 'b) -> 'a0 opt -> 'b0 option
val def_list : ('a list -> 'b) -> 'a list -> 'c Js_of_ocaml.Js.optdef
val of_list : 'a list -> 'a0 js_array t
val of_listf : ('b -> 'a) -> 'b list -> 'a0 js_array t
val to_list : 'a js_array t -> 'a0 list
val to_listf : ('a -> 'b) -> 'a0 js_array t -> 'b list
val manip_list : ('a list -> 'b list) -> 'a js_array t -> 'b js_array t
module Table : sig ... end
type 'a table = 'a Table.t
type 'a table_cons =
  1. | T of 'a table
  2. | L of (string * 'a) list
val to_table : 'a table_cons -> 'a table
val to_tablef : ('a -> 'b) -> 'a0 table_cons -> 'a0 table
val to_table_def : 'a table_cons -> 'a table optdef
val to_tablef_def : ('a -> 'b) -> 'a0 table_cons -> 'a0 table optdef
val to_any : 'a -> Js_of_ocaml.Js.Unsafe.any
val coerce : 'a Js_of_ocaml__Js.t -> 'b Js_of_ocaml__Js.t
val to_any_table : ('a -> 'b) -> 'c table_cons -> 'd table_cons
class type unit_promise = object ... end
module Async : sig ... end