Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 29, 2023
1 parent 4a4925a commit d304773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/seededRuns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type NoArgsMethodOf<ObjectType> = MethodOf<ObjectType> &
{
[Key in MethodOf<ObjectType, () => unknown>]: ObjectType[Key] extends (
arg0: string | number | boolean | Record<string, undefined>,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
...args: any[]
) => unknown
? Key
Expand Down

0 comments on commit d304773

Please sign in to comment.