Skip to content

Commit 6f89c64

Browse files
molvqingtaiclaude
andcommitted
style: remove extra blank line
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 525cf65 commit 6f89c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
type Event = string | number | symbol
22
type Listener = (...args: any[]) => void
33

4-
54
export default class EventHub<EventMap extends Record<Event, Listener> = Record<Event, Listener>> {
65
readonly listeners = new Map<Event, Set<{ once: boolean; handler: Listener }>>()
76

0 commit comments

Comments
 (0)