UNPKG

redux-pack

Version:

Sensible promise handling and middleware for redux

11 lines (9 loc) 183 B
import { KEY, LIFECYCLE } from './constants'; import middleware from './middleware'; import handle from './handle'; module.exports = { middleware, handle, KEY, LIFECYCLE, };