drop-stream
A Duplex stream which discards all chunks passed through.
Install
$ npm install drop-stream --save
Usage
const DropStream = ;const fs = ; fs ;
API
Class: DropStream
Drop streams are Transform streams.
new DropStream([options])
options
Type: Object
stream.Transform
options.
DropStream#obj([options])
A convenience wrapper for new DropStream({...options, objectMode: true})
.
License
MIT © Michael Mayer