Skip to content

Instantly share code, notes, and snippets.

@andrei-cacio
Created January 20, 2018 12:12
Show Gist options
  • Save andrei-cacio/b91c1c42360ebb4299d30c1ec132cbb4 to your computer and use it in GitHub Desktop.
Save andrei-cacio/b91c1c42360ebb4299d30c1ec132cbb4 to your computer and use it in GitHub Desktop.
import EventEmitter2 from 'eventemitter2';
const appBus = new eventEmitter();
const EVENTS = {
AUTH: {
SUCCESS: 'AUTH.SUCCESS',
FAILED: 'AUTH.FAILED',
ATTEMPT: 'AUTH.ATTEMPT',
};
export EVENTS;
export default appBus;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment