UNPKG

ngrx-store-persist

Version:

ngrx-store-persist depends on @ngrx/store and angular 2+

4 lines (3 loc) 219 B
import { StorageConfig } from "./options.js"; export declare const getAllDataFromLocalForage: (options: StorageConfig) => Promise<Record<string, any>>; export declare function storageSyncMetaReducer(reducer: any): any;