package ezjs_extension

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val to_lwt_cb_opt0 : (('a -> unit) -> 'b) -> (('c -> unit) -> 'a -> unit) option -> 'd Lwt.t
val get : ?key:string -> 'a -> 'b Lwt.t
val get_arr : ?keys:string list -> 'a -> 'b Lwt.t
val get_o : ?obj:'a Ezjs_min.t -> 'b -> 'c Lwt.t
val set : ?callback:((unit -> unit) -> unit -> unit) -> 'a -> 'b Ezjs_min.t -> unit Lwt.t
val remove : ?callback:((unit -> unit) -> unit -> unit) -> 'a -> string -> unit Lwt.t
val clear : ?callback:((unit -> unit) -> unit -> unit) -> 'a -> unit Lwt.t
val sync : unit
val local : unit