UNPKG

ngrx-store-persist

Version:

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

4 lines (3 loc) 264 B
export declare function storageSync(reducer: any): (state: any, action: any) => any; export declare const rehydrateApplicationState: (keys: any[], storage: Storage) => any; export declare const syncStateUpdate: (state: any, keys: any[], storage: Storage) => void;