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