Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmiaool committed Jan 12, 2024
1 parent 992215d commit 8020e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,9 @@ export class EventEmitter {
* Emits an event
*/
emit(event: EventName, ...args: any): this;

/**
* Destroys all events
*/
destroy(): void;
}

0 comments on commit 8020e50

Please sign in to comment.