Skip to content

Commit 165c5a5

Browse files
committed
chore: lint
1 parent 990537c commit 165c5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/types/magic-regexp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export type MagicRegExp<
1515
[FlagsS]: Flags
1616
}
1717

18-
type ExtractGroups<T extends MagicRegExp<string, string, (string | undefined)[], string>> =
19-
T extends MagicRegExp<string, infer V, (string | undefined)[], string> ? V : never
18+
type ExtractGroups<T extends MagicRegExp<string, string, (string | undefined)[], string>>
19+
= T extends MagicRegExp<string, infer V, (string | undefined)[], string> ? V : never
2020

2121
type StringWithHint<S extends string> = string & {
2222
_capturedBy: S

0 commit comments

Comments
 (0)