mixin-event-emitter
v1.0.3
Published
An EventEmitter mixin compatible with core-decorators
Downloads
9
Maintainers
Readme
This is yet another EventEmitter implementation, tailored to be used with a mixin decorator such as core-decorators or something similar.
Installation
The easiest way is by running npm i --save mixin-event-emitter
and using
browserify, WebPack or
something similar.
Usage
Refer to Node's documentation on the EventEmitter.