Create a duplex stream from a readable and a writable stream.
npm install plexer[//]: # ( )
[//]: # (This file is automatically generated by a metapak)
[//]: # (module. Do not change it except between the)
[//]: # (content:start/end flags, your changes would)
[//]: # (be overridden.)
[//]: # ( )

[//]: # (::contents:start)


Feel free to pull your code if you agree with publishing it under the MIT
license.
[//]: # (::contents:end)
Create a duplex stream from a readable and a writable stream.cd
A shortcut for new Duplexer({objectMode: true}, writable, readable).
A functional version of Duplexer.
Returns: Duplexer
| Param | Type | Description |
| --- | --- | --- |
| optionsOrWritableStream | | options or the writable stream |
| writableStreamOrReadableStream | | writable or readable stream |
| a | maybeReadableStream | readable stream |
new Duplexer({objectMode: true}, writable, readable).Kind: global function
Returns: Duplexer
| Param |
| --- |
| optionsOrWritableStream |
| writableStreamOrReadableStream |
| maybeReadableStream |
Kind: global function
Returns: Duplexer
| Param |
| --- |
| optionsOrWritableStream |
| writableStreamOrReadableStream |
| maybeReadableStream |