UNPKG

@harmowatch/ngx-redux-core

Version:

[![Join the chat at https://gitter.im/harmowatch/ngx-redux-core](https://badges.gitter.im/harmowatch/ngx-redux-core.svg)](https://gitter.im/harmowatch/ngx-redux-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

14 lines (9 loc) 289 B
declare module jasmine { interface Matchers<T> { // reducer matchers toReduceOn: (...any) => void; notToMutateTheGivenState: <T>(state: {}, action?: { type?: string, payload?: T }) => void; // action matchers toDispatchAction: <T>(action?: string) => void; } }