pipe-event

Pipe an event from an event emitter to another.

Usage no npm install needed!

<script type="module">
  import pipeEvent from 'https://cdn.skypack.dev/pipe-event';
</script>

README

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