Skip to content

Commit

Permalink
feat: export ActionType in public API
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Hasani authored and the-dr-lazy committed Apr 2, 2019
1 parent 0b2906a commit f349705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export { createAction, ActionCreator } from './create-action'
export { getType } from './get-type'
export { createReducer } from './create-reducer'
export { ofType } from './of-type'
export { ActionType } from './types'

0 comments on commit f349705

Please sign in to comment.