|
|
2 years ago | |
|---|---|---|
| .. | ||
| .idea | 2 years ago | |
| .npmignore | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| index.js | 2 years ago | |
| package.json | 2 years ago | |
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);