Skip to content

Commit

Permalink
Merge pull request #4621 from reduxjs:export-ipo
Browse files Browse the repository at this point in the history
export isPlainObject
  • Loading branch information
EskiMojo14 committed Nov 20, 2023
2 parents 85d7f27 + 4cdafb6 commit c9e0650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import bindActionCreators from './bindActionCreators'
import applyMiddleware from './applyMiddleware'
import compose from './compose'
import isAction from './utils/isAction'
import isPlainObject from './utils/isPlainObject'
import __DO_NOT_USE__ActionTypes from './utils/actionTypes'

// types
Expand Down Expand Up @@ -44,5 +45,6 @@ export {
applyMiddleware,
compose,
isAction,
isPlainObject,
__DO_NOT_USE__ActionTypes
}

0 comments on commit c9e0650

Please sign in to comment.