UNPKG

web-shared-preferences

Version:

An simple class to manage the loacal storage, including React like useString, useJSON and more!

4 lines (3 loc) 205 B
import { StorageImpl } from "./SharedPreferences"; /** For browsers will `window.sessionStorage` used, for Node.js will an temp local storage used */ export declare function SessionStorage(): StorageImpl;