Package Exports
- mixin-event-emitter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mixin-event-emitter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.