Skip to content

Instantly share code, notes, and snippets.

@leo60228
Created February 18, 2017 20:48
Show Gist options
  • Save leo60228/3ba76939a2e102d25987c24b40acadd9 to your computer and use it in GitHub Desktop.
Save leo60228/3ba76939a2e102d25987c24b40acadd9 to your computer and use it in GitHub Desktop.
function EventEmitter(){let c=[];return{on:(d,f)=>{c.push({a:d,b:f})},emit:d=>{Promise.all(c.filter(f=>f.a==d))}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment