black-hole-stream
A writeable stream which silently drops all incoming data similar to /dev/null
Last updated 12 years ago by peerigon .
MIT · Repository · Bugs · Original npm
$ cnpm 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 (12 years ago)

1 Versions

  • 0.0.1                                ...           12 years ago
Downloads
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 (0)
None

Copyright 2013 - present © cnpmjs.org