Skip to content

Commit d304773

Browse files
committed
suppress warning
1 parent 4a4925a commit d304773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/support/seededRuns.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ type NoArgsMethodOf<ObjectType> = MethodOf<ObjectType> &
3434
{
3535
[Key in MethodOf<ObjectType, () => unknown>]: ObjectType[Key] extends (
3636
arg0: string | number | boolean | Record<string, undefined>,
37+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3738
...args: any[]
3839
) => unknown
3940
? Key

0 commit comments

Comments
 (0)