| 
				
					 | 
			il y a 2 ans | |
|---|---|---|
| .. | ||
| .idea | il y a 2 ans | |
| .npmignore | il y a 2 ans | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| index.js | il y a 2 ans | |
| package.json | il y a 2 ans | |
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);