mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix lint
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,...param:any[]): void
|
||||
emit(eventType: string, ...params: any[]): void
|
||||
|
||||
/**
|
||||
* Removes the given listener for event of specific type.
|
||||
|
||||
Reference in New Issue
Block a user