Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/redux
/ enhancer
Function
enhancer
test/typescript/store.ts:157–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
createStore( reducerWithAction, { b: { c:
'c'
}, e: brandedString } )
156
157
const
enhancer: StoreEnhancer = next => next
158
159
const
storeWithSpecificEnhancer: Store<State> = createStore(reducer, enhancer)
160
Callers
1
createStore
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected