UNPKG

regular-redux-undo

Version:

the plugin of regular-redux to archieve undo and redo

6 lines (5 loc) 128 B
import {Store} from './store'; import {set, get, splice} from './util/immuable'; export default { Store, set, get, splice }