Storage
clear
RES
let clear: t => unitgetItem
RES
let getItem: (string, t) => option<string>key
RES
let key: (int, t) => option<string>length
RES
let length: t => intlocalStorage
RES
let localStorage: tremoveItem
RES
let removeItem: (string, t) => unitsessionStorage
RES
let sessionStorage: tsetItem
RES
let setItem: (string, string, t) => unitt
RES
type t = Dom_storage2.t