UNPKG

@ngrx/store

Version:

RxJS powered Redux for Angular apps

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