|
hai 1 ano | |
---|---|---|
.. | ||
.idea | hai 1 ano | |
.npmignore | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano |
A Stream which silently drops all incoming data similar to /dev/null on linux/unix
npm install black-hole-stream
var BlackHoleStream = require("black-hole-stream");
var blackHoleStream = new BlackHoleStream();
rs.pipe(blackHoleStream);