Skip to content

Commit

Permalink
Expose On to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnYoungers authored Oct 8, 2019
1 parent ecf7a26 commit 7bbed46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ export {
RootStoreConfig,
StoreConfig,
} from './store_module';
export { on, createReducer } from './reducer_creator';
export { On, on, createReducer } from './reducer_creator';

0 comments on commit 7bbed46

Please sign in to comment.