Closed realJoshByrnes closed 5 years ago
There's an issue I overlooked when initially authoring this. Currently, the return type is EventEmitter.
EventEmitter
This works fine in most cases, but when extending EventEmitter, the type should be this, otherwise chained calls may fail in TypeScript.
A fix should be implemented shortly.
There's an issue I overlooked when initially authoring this. Currently, the return type is
EventEmitter
.This works fine in most cases, but when extending EventEmitter, the type should be this, otherwise chained calls may fail in TypeScript.
A fix should be implemented shortly.