UNPKG

storage-manager-js

Version:

A little way to control Cookies, LocalStorage and SessionStorage without tears

5 lines 263 B
import { TypeStorage } from "../types"; export declare const createStorage: (getStorageProvider: () => Storage) => TypeStorage; export declare const SessionStorage: TypeStorage; export declare const LocalStorage: TypeStorage; //# sourceMappingURL=storage.d.ts.map