Skip to content

Commit

Permalink
feat(Entity): expose Dictionary as part of the public API (#1118)
Browse files Browse the repository at this point in the history
Closes #865
  • Loading branch information
alex-okrushko authored and brandonroberts committed Jun 11, 2018
1 parent 21079d2 commit 2a267b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/entity/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { createEntityAdapter } from './create_adapter';
export { EntityState, EntityAdapter, Update } from './models';
export { Dictionary, EntityState, EntityAdapter, Update } from './models';

0 comments on commit 2a267b6

Please sign in to comment.