We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d7f27 commit 4cdafb6Copy full SHA for 4cdafb6
src/index.ts
@@ -5,6 +5,7 @@ import bindActionCreators from './bindActionCreators'
5
import applyMiddleware from './applyMiddleware'
6
import compose from './compose'
7
import isAction from './utils/isAction'
8
+import isPlainObject from './utils/isPlainObject'
9
import __DO_NOT_USE__ActionTypes from './utils/actionTypes'
10
11
// types
@@ -44,5 +45,6 @@ export {
44
45
applyMiddleware,
46
compose,
47
isAction,
48
+ isPlainObject,
49
__DO_NOT_USE__ActionTypes
50
}
0 commit comments