black-hole-stream
A writeable stream which silently drops all incoming data similar to /dev/null
Last updated 11 years ago by peerigon .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install black-hole-stream 
SYNC missed versions from official npm registry.

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);

Current Tags

  • 0.0.1                                ...           latest (11 years ago)

1 Versions

  • 0.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE