Files
enviPy-bayer/static/js/ketcher2/node_modules/gulp-spawn/node_modules/plexer
2025-06-23 20:13:54 +02:00
..
2025-06-23 20:13:54 +02:00
2025-06-23 20:13:54 +02:00
2025-06-23 20:13:54 +02:00
2025-06-23 20:13:54 +02:00
2025-06-23 20:13:54 +02:00

Plexer

A stream duplexer embracing Streams 2.0 (for real).

NPM version Build Status Dependency Status devDependency Status Coverage Status

## Usage

plexer([options,] writable, readable)

options.reemitErrors

Type: Boolean Default value: true

Tells the duplexer to reemit given streams errors.

writable

Type: Stream

Required. Any writable stream.

readable

Type: Stream

Required. Any readable stream.

Contributing

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