Skip to content

Commit 3c4f9a6

Browse files
fix: 🐛 expose public type
1 parent 78b66a0 commit 3c4f9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/emitter/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface Events {
44
[name: string]: (...args: any[]) => void
55
}
66

7-
interface Emitter<E extends Events> {
7+
export interface Emitter<E extends Events> {
88
/**
99
* Binds a subscriber function to an event with the supplied name.
1010
*

0 commit comments

Comments
 (0)