UNPKG

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