JSPM

mixin-event-emitter

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q29192F
  • License MIT

An EventEmitter mixin compatible with core-decorators

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.