Skip to content

Commit 9fd1e99

Browse files
committed
ts: revert typing
1 parent 7eee9d9 commit 9fd1e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

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

0 commit comments

Comments
 (0)