Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 309 Bytes

black-hole-stream

A Stream which silently drops all incoming data similar to /dev/null on linux/unix

Installation

npm install black-hole-stream

Usage

var BlackHoleStream = require("black-hole-stream");

var blackHoleStream = new BlackHoleStream();

rs.pipe(blackHoleStream);