plexer
Streams2 duplexer.
Last updated 11 years ago by nfroidure .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install plexer 
SYNC missed versions from official npm registry.

plexer

A stream duplexer embracing Streams 2.0 (for real).

GitHub license Build status Coverage Status NPM version Dependency Status devDependency Status Package Quality Code Climate

## Usage

plexer([options,] writable, readable)

options

options.reemitErrors

Type: Boolean Default value: true

Tells the duplexer to reemit given streams errors.

options.objectMode

Type: Boolean Default value: false

Use if given in streams are in object mode. In this case, the duplexer will also be in the object mode.

options.*

Plexer inherits of Stream.Duplex, the options are passed to the parent constructor so you can use it's options too.

writable

Type: Stream

Required. Any writable stream.

readable

Type: Stream

Required. Any readable stream.

plexer.obj([options], writable, readable)

A shortcut for plexer({objectMode: true}).

Stats

NPM NPM

Contributing

Feel free to pull your code if you agree with publishing it under the MIT license.

Authors

License

MIT

Current Tags

  • 3.0.0                                ...           latest (5 months ago)

10 Versions

  • 3.0.0                                ...           5 months ago
  • 2.0.0                                ...           5 years ago
  • 1.0.3                                ...           5 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 0.0.3                                ...           11 years ago
  • 0.0.2                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
  • 0.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Total 1
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (5)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE