We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bba304 commit 36e3a55Copy full SHA for 36e3a55
src/index.js
@@ -1,5 +1,6 @@
1
/**
2
- * @typedef {import('./Event.js').default} Event
+ * @template [T=unknown]
3
+ * @typedef {import('./Event.js').default<T>} Event
4
*/
5
6
* @template [T=unknown]
0 commit comments