Module Dom.Storage
type tval getItem : string -> t -> string optionval setItem : string -> string -> t -> unitval removeItem : string -> t -> unitval clear : t -> unitval key : int -> t -> string optionval length : t -> intval localStorage : tval sessionStorage : t