UNPKG

redux-act

Version:

An opinionated lib to create actions and reducers for Redux

12 lines (10 loc) 467 B
import * as _types from './types'; export { default as createAction} from './createAction'; export { default as createReducer} from './createReducer'; export { default as assignAll} from './assignAll'; export { default as bindAll} from './bindAll'; export { default as batch} from './batch'; export { default as disbatch} from './disbatch'; export { default as loggers } from './loggers'; export { default as asError } from './asError'; export const types = _types;