1.2.0 • Published 6 years ago
es-mitt v1.2.0
es-mitt
Fork of https://github.com/developit/mitt, but using the npm name: es-mitt
Why?
EventEmitter of nodejs is heavy, both in size and API, this lib want keep as light as possible.
Install
npm i -S es-mittDifferent from mitt
- use
typescriptinstead offlow, assrc/index.ts mainfile point tosrc/index.jsas node module- using
classand keep otheres2015features - add
removeListenermethod to keep consistency with EventEmitter