Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

[Typescript Typing] fix EventEmitter reference #107

Closed Neonit closed 6 years ago

Neonit commented 6 years ago

Typescript 2.8.3 gives me an error, because there is no global EventEmitter name. Alternative fix would be adding an import {EventEmitter} from 'events'.

Rantanen commented 6 years ago

Published version 0.3.15