Skip to content

Commit 36e3a55

Browse files
committed
fix: export Event type as generic
1 parent 6bba304 commit 36e3a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* @typedef {import('./Event.js').default} Event
2+
* @template [T=unknown]
3+
* @typedef {import('./Event.js').default<T>} Event
34
*/
45
/**
56
* @template [T=unknown]

0 commit comments

Comments
 (0)