flush-write-stream
Last updated
Was this helpful?
Last updated
Was this helpful?
A write stream constructor that supports a flush function that is called before finish
is emitted
If you run the above it will produce the following output
var ws = writer([options], write, [flush])
Create a new writable stream. Options are forwarded to the stream constructor.
var ws = writer.obj([options], write, [flush])
Same as the above except objectMode
is set to true
per default.
MIT