Skip to content

Commit 375a711

Browse files
committed
fix: export LastResult
1 parent 2ee11f4 commit 375a711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Multicast from './adapters/Multicast';
22
import Channel from './adapters/Channel';
3+
import LastResult from './adapters/LastResult';
34
import Deferred from './Deferred';
45

5-
export { Multicast, Channel, Deferred };
6+
export { Multicast, Channel, Deferred, LastResult };
67
export * from './from';

0 commit comments

Comments
 (0)