Skip to content

Instantly share code, notes, and snippets.

@UsamaAshraf
Created November 3, 2018 10:46
Show Gist options
  • Save UsamaAshraf/cc95758dd818c9825c33f43d83cba614 to your computer and use it in GitHub Desktop.
Save UsamaAshraf/cc95758dd818c9825c33f43d83cba614 to your computer and use it in GitHub Desktop.
const EventEmitter = require('events');
const myEmitter = new EventEmitter();
module.exports = myEmitter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment