Skip to content

Instantly share code, notes, and snippets.

@djirdehh
Created January 23, 2021 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djirdehh/22e8bdc900bd0ad98651fe3b04b92dbf to your computer and use it in GitHub Desktop.
Save djirdehh/22e8bdc900bd0ad98651fe3b04b92dbf to your computer and use it in GitHub Desktop.
Event Bus Emitter
import mitt from "mitt";
export const emitter = mitt();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment