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 0fd9bc6 commit cc52fbbCopy full SHA for cc52fbb
src/types.ts
@@ -1,6 +1,6 @@
1
import { Sink, Stream } from '@most/types'
2
3
-export type Subject<A, B> = [Sink<A>, Stream<B>]
+export type Subject<A, B> = [AttachSink<A>, Stream<B>]
4
5
export interface AttachSink<A> extends Sink<A> {
6
attach(source: Stream<A>): Stream<A>
0 commit comments