Skip to content

Instantly share code, notes, and snippets.

@UsamaAshraf
Created November 3, 2018 13:05
Show Gist options
  • Save UsamaAshraf/728bedd2408c63e4f3e63aeda605b466 to your computer and use it in GitHub Desktop.
Save UsamaAshraf/728bedd2408c63e4f3e63aeda605b466 to your computer and use it in GitHub Desktop.
const myEmitter = require('./my_emitter');
myEmitter.on('user-registered', (user) => {
// Send an email or whatever.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment