tee-1

0.2.0 • Public • Published

tee

tee(1)

Build Status

Usage

var tee = require('tee');
 
src
  .pipe(tee(
    dest1,
    dest2,
    dest3
  ))
  .pipe(somewhereElse)

Installation

$ npm install tee-1
# or 
$ component install godmodelabs/tee

API

tee(destination, ...)

Creates a new through Stream that pipes all incoming data to each destination-Stream.

Emits close when all piped to streams closed.

License

(MIT)

Readme

Keywords

none

Package Sidebar

Install

npm i tee-1

Weekly Downloads

14

Version

0.2.0

License

MIT

Last publish

Collaborators

  • juliangruber