0.4.2 • Published 6 years ago

evtbus v0.4.2

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
6 years ago

evtbus

Combination of an in-process "event bus" and a streamlined event emitter (e.g. mitt)

Example

import eb from 'evtbus'

eb.sink(this).subscribe('topic', 'event', evt => console.log('on topic event', evt))
eb.sink(this).clear()

const topic = eb.topic('my-topic')
topic.emit('event', {info: 1942})
topic.clear()
0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago