Interface ProtocolStream<TSource, TSink, RSink>

Type Parameters

  • TSource

  • TSink = TSource

  • RSink = Promise<void>

Hierarchy

  • ProtocolStream

Properties

Properties

protocol: string
stream: Duplex<AsyncGenerator<TSource, any, unknown>, Source<TSink>, RSink>