UNPKG

mbus

Version:

If Node's EventEmitter and Eve were to have a child, it might look something like this

8 lines (5 loc) 116 B
var bus = require('..')(); bus.on('foo.bar', function() { console.log('foo.bar triggered'); }); bus('foo.bar');