0.1.0 • Published 10 years ago

pipe-event v0.1.0

Weekly downloads
939
License
MIT
Repository
github
Last release
10 years ago

pipe-event

Build Status Dependency Status devDependency Status

Pipe an event from an event emitter to another.

Install

npm install pipe-event

Usage

var pipeEvent = require('pipe-event');
pipeEvent(['error', 'complete'], sourceEventEmitter, targetEventEmitter);

pipeEvent(events, source, target)

  {string|string[]} events Events to pipe
  {EventEmitter} source Source event emitter
  {EventEmitter} target Target event emitter

License

MIT