From 6b0cecae887cb22729e005e4268401b7c625a42a Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 6 Aug 2023 14:24:10 +0200 Subject: chore(deps): update dependency prettier to v3 (#2260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT --- src/utils/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/types.ts b/src/utils/types.ts index c7aaf86c..affdda7e 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -35,5 +35,5 @@ export type MethodOf = { */ export type MethodsOf< TObjectType, - TSignature extends Callable = Callable + TSignature extends Callable = Callable, > = ReadonlyArray>; -- cgit v1.2.3