Skip to content

Commit f939388

Browse files
biernackimarkerikson
authored andcommitted
Re-export compose and combineReducers from redux for convenience (#84)
* Re-export compose and combineReducers from redux for convenience * Re-export compose and combineReducers
1 parent 48a94ca commit f939388

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export {
66
Middleware,
77
Reducer,
88
Store,
9-
StoreEnhancer
9+
StoreEnhancer,
10+
combineReducers,
11+
compose
1012
} from 'redux'
1113
export { default as createSelector } from 'selectorator'
1214

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { combineReducers, compose } from 'redux'
12
export { default as createNextState } from 'immer'
23
export { default as createSelector } from 'selectorator'
34

0 commit comments

Comments
 (0)