child_process.md
October 8, 2016 ยท View on GitHub
EZ Stream wrappers for node child processes
import * as ez from 'ez-streams'
reader = ez.devices.child_process.reader(proc, options)
wraps a node.js child process as an EZ reader.
For a full description of the options, seeReadableStreamin https://github.com/Sage/ez-streams/blob/master/lib/node-wrappers.mdwriter = ez.devices.child_process.writer(proc, options)
wraps a node.js child process as an EZ writer.
For a full description of the options, seeWritableStreamin https://github.com/Sage/ez-streams/blob/master/lib/node-wrappers.md