UNPKG

redux-persist

Version:

persist and rehydrate redux stores

11 lines (8 loc) 160 B
// @flow /* hardSet: - hard set incoming state */ export default function hardSet<State: Object>(inboundState: State): State { return inboundState }