UNPKG

redux-shelf

Version:

Helper reducers and actions to take away your boilerplate code from both Data and Communication state types

6 lines (4 loc) 165 B
import entities from './entities'; import communication from './communication'; import { normalize } from './utils'; export { communication, entities, normalize };