We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f4668 commit 1f157f1Copy full SHA for 1f157f1
src/types.ts
@@ -195,8 +195,8 @@ type FetchFn = (load: ServerPayload) => FetchResult;
195
type BuildPathUrlFn = (loc: string | null) => string;
196
197
type _Letter = `${'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H'
198
-| 'I' | 'J' | 'K' | 'M' | 'L' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S'
199
-| 'T' | 'U' | 'V' | 'W' | 'X' | 'Y' | 'Z'}`;
+ | 'I' | 'J' | 'K' | 'M' | 'L' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S'
+ | 'T' | 'U' | 'V' | 'W' | 'X' | 'Y' | 'Z'}`;
200
201
type CurrencyCode = Uppercase<`${_Letter}${_Letter}${_Letter}`>;
202
0 commit comments