|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
.idea | %!s(int64=2) %!d(string=hai) anos | |
.npmignore | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
index.js | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos |
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);