UNPKG

245 BTypeScriptView Raw
1import { ActionReducer, Action } from '../models';
2export declare function serializationCheckMetaReducer(reducer: ActionReducer<any, any>, checks: {
3 action: (action: Action) => boolean;
4 state: () => boolean;
5}): ActionReducer<any, any>;