Skip to content

Commit

Permalink
fix(index): export NotificationKind (#4514)
Browse files Browse the repository at this point in the history
Closes #4513
  • Loading branch information
cartant authored and benlesh committed Jan 30, 2019
1 parent d3e7e3f commit 7125355
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
Expand Up @@ -24,7 +24,7 @@ export { Subscription } from './internal/Subscription';
export { Subscriber } from './internal/Subscriber';

/* Notification */
export { Notification } from './internal/Notification';
export { Notification, NotificationKind } from './internal/Notification';

/* Utils */
export { pipe } from './internal/util/pipe';
Expand Down

0 comments on commit 7125355

Please sign in to comment.