@bestyled/contrib-event-emitter
TypeScript icon, indicating that this package has built-in type declarations

0.5.9 • Public • Published

@bestyled/contrib-event-emitter

A simpler event emitter for the browser

Features include:

  • Event subscriptions return a Disposable object with dispose() method to unsubscribe from event.
  • Group event subscriptions using DisposablesComposite and dispose them all with one call, i.e DisposableComposite#dispose()
  • Listeners voice matters!! You can now dispatch an event using EventEmitter#emithWithReturn where each listener's return value can be accessed from returned array.

Motivation

Forked from Notificar

  • Included as a core dependency of bestyled directly in the mono repository
  • Transpiled to typescript
  • Standard to standard verbs on, emit instead of add, dispatch

License

MIT

Package Sidebar

Install

npm i @bestyled/contrib-event-emitter

Weekly Downloads

2

Version

0.5.9

License

MIT

Unpacked Size

7.93 kB

Total Files

7

Last publish

Collaborators

  • tinialabs1
  • guycreate