package ocaml-js-stdlib

  1. Overview
  2. Docs
method clear : unit
method get_item : string -> string option
method key : int -> string option
method length : int
method remove_item : string -> unit
method set_item : string -> string -> unit
method to_js : Ojs.t