mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge branch 'patch-1' of https://github.com/liudongpu/DefinitelyTyped into liudongpu-patch-1
This commit is contained in:
Vendored
+1
-1
@@ -234,7 +234,7 @@ interface EventEmitter extends EventEmitterListener {
|
||||
*
|
||||
* emitter.emit('someEvent', 'abc'); // logs 'abc'
|
||||
*/
|
||||
emit(eventType: string): void
|
||||
emit(eventType: string,...param:any[]): void
|
||||
|
||||
/**
|
||||
* Removes the given listener for event of specific type.
|
||||
|
||||
Reference in New Issue
Block a user