Skip to content

Commit

Permalink
feat: make public API exports to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Hasani committed Jan 17, 2019
1 parent f8e4dc5 commit 5da4b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './action'
export { action, Action, AnyAction } from './action'
export { createAction, ActionCreator } from './create-action'
export { getType } from './get-type'

0 comments on commit 5da4b52

Please sign in to comment.