|
1 yıl önce | |
---|---|---|
.. | ||
.idea | 1 yıl önce | |
.npmignore | 1 yıl önce | |
LICENSE | 1 yıl önce | |
README.md | 1 yıl önce | |
index.js | 1 yıl önce | |
package.json | 1 yıl önce |
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);