UNPKG

web-shared-preferences

Version:

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

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