UNPKG

redux-state-utils

Version:

Library to help the creation of states in redux

9 lines (8 loc) 214 B
import createStateProxy from './state-proxy'; import utils from './utils'; import reducerStateProxy from './reducer-state-proxy'; export default { createStateProxy, utils, reducerStateProxy, };