We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e7e3f commit 7125355Copy full SHA for 7125355
src/index.ts
@@ -24,7 +24,7 @@ export { Subscription } from './internal/Subscription';
24
export { Subscriber } from './internal/Subscriber';
25
26
/* Notification */
27
-export { Notification } from './internal/Notification';
+export { Notification, NotificationKind } from './internal/Notification';
28
29
/* Utils */
30
export { pipe } from './internal/util/pipe';
0 commit comments