UNPKG

@tygr/core

Version:

Combine redux capable node modules into angular projects with ease.

10 lines (9 loc) 443 B
export { TygrStore } from './tygr.store'; export { ofType } from './of-type'; export { Selector } from './selector'; export { StoreConfig } from './store-config'; export { actions$, effectsMiddleware } from './effects.middleware'; export { Effects } from './effects'; export { StoreService } from './store-service'; export { TygrModule, Actions$, Store } from './tygr.module'; export { Action, Middleware, Reducer, Unsubscribe } from 'redux';