1.0.3 • Published 7 years ago

mixin-event-emitter v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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.