UNPKG

reactotron-redux

Version:
11 lines (10 loc) 268 B
"use strict"; export default state => { // If we have a toJS, lets assume we need to call it to get a plan 'ol JS object // NOTE: This handles ImmutableJS if (state.toJS) { return state.toJS(); } return state; }; //# sourceMappingURL=stateCleaner.js.map