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 2ee11f4 commit 375a711Copy full SHA for 375a711
src/index.ts
@@ -1,6 +1,7 @@
1
import Multicast from './adapters/Multicast';
2
import Channel from './adapters/Channel';
3
+import LastResult from './adapters/LastResult';
4
import Deferred from './Deferred';
5
-export { Multicast, Channel, Deferred };
6
+export { Multicast, Channel, Deferred, LastResult };
7
export * from './from';
0 commit comments