pipe-event

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i pipe-event

Weekly Downloads

23

Version

0.1.0

License

MIT

Last publish

Collaborators

  • neoziro