UNPKG

@ngrx/store

Version:

RxJS powered Redux for Angular apps

6 lines (5 loc) 245 B
import { ActionReducer, Action } from '../models'; export declare function serializationCheckMetaReducer(reducer: ActionReducer<any, any>, checks: { action: (action: Action) => boolean; state: () => boolean; }): ActionReducer<any, any>;