knowledgebase_law/node_modules/redux-persist/es/stateReconciler/hardSet.js

7 lines
120 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/*
hardSet:
- hard set incoming state
*/
export default function hardSet(inboundState) {
return inboundState;
}