Skip to content

Commit 4cdafb6

Browse files
committed
export isPlainObject
1 parent 85d7f27 commit 4cdafb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import bindActionCreators from './bindActionCreators'
55
import applyMiddleware from './applyMiddleware'
66
import compose from './compose'
77
import isAction from './utils/isAction'
8+
import isPlainObject from './utils/isPlainObject'
89
import __DO_NOT_USE__ActionTypes from './utils/actionTypes'
910

1011
// types
@@ -44,5 +45,6 @@ export {
4445
applyMiddleware,
4546
compose,
4647
isAction,
48+
isPlainObject,
4749
__DO_NOT_USE__ActionTypes
4850
}

0 commit comments

Comments
 (0)