src/streamingCalls/streaming.ts
Properties |
Methods |
obj | ||||||||||||
obj(writable?: Writable | "undefined" | null, readable?: Readable | "undefined" | null, options?: DuplexifyOptions)
|
||||||||||||
Defined in src/streamingCalls/streaming.ts:59
|
||||||||||||
Parameters :
Returns :
Duplexify
|
Signature :
[writable: Writable | "undefined" | null, readable: Readable | "undefined" | null, options: DuplexifyOptions]
|
Returns : Duplexify
|