mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 18:14:28 +00:00
Corrects errors when new methods added to EventEmitter. Since EventEmitter is really a class with behavior, it should be extended, rather than implemented as an interface. This enables new behavior to be inherited, e.g. EventListener.prependListener() was added in Node 6.