Skip to content

Commit 4d2ccfc

Browse files
committed
ts: fix typing
1 parent 4b01ddd commit 4d2ccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @template {Object} T
3-
* @param {import('tap').Test<?>} t
3+
* @param {InstanceType<import('tap').Test>} t
44
* @param {T} object
55
* @param {(keyof T)[]} keys
66
*/

0 commit comments

Comments
 (0)