es-mitt

Tiny 200b functional Event Emitter / pubsub, with ES6 support


Keywords
events, eventemitter, pubsub
License
MIT
Install
npm install es-mitt@1.2.0

Documentation

es-mitt

Fork of https://github.com/developit/mitt, but using the npm name: es-mitt

npm

Why?

EventEmitter of nodejs is heavy, both in size and API, this lib want keep as light as possible.

Install

npm i -S es-mitt

Different from mitt

  • use typescript instead of flow, as src/index.ts
  • main file point to dist/index.js as node module
  • using class and keep other es2015 features