MCPcopy
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
157const enhancer: StoreEnhancer = next => next
158
159const storeWithSpecificEnhancer: Store<State> = createStore(reducer, enhancer)
160

Callers 1

createStoreFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected