UNPKG

higher-order-reducers

Version:

A library of simple everyday reducer utility functions

4 lines (2 loc) 91 B
const cloneState = state => JSON.parse(JSON.stringify(state)); export default cloneState;