repackd / modules

The packages we use and abuse.
https://www.npmjs.com/org/repackd
MIT License
0 stars 0 forks source link

emitter, catch-all listener #9

Open joshxyzhimself opened 3 years ago

joshxyzhimself commented 3 years ago

coverage

emitter.on('*', (id, ...args) => {
  // handler
});