Skip to content

Commit 7a2e621

Browse files
authored
Update event-emitter.ts
1 parent e8116f2 commit 7a2e621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TypeScript/event-emitter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ type Subscription = {
88
unsubscribe: () => void
99
}
1010

11+
// ordered set
1112
class EventEmitter {
1213
#lookup: Map<string, Set<Callback>>;
1314
constructor() {

0 commit comments

Comments
 (0)