Skip to content

Commit 440bb46

Browse files
committed
FEAT: fix xo errors
1 parent 176638a commit 440bb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ export type ParseOptions = {
287287
````
288288
*/
289289
readonly types?: Record<
290-
string,
291-
'boolean' | 'number' | 'string' | 'string[]' | 'number[]' | ((value: string) => unknown)
290+
string,
291+
'boolean' | 'number' | 'string' | 'string[]' | 'number[]' | ((value: string) => unknown)
292292
>;
293293
};
294294

0 commit comments

Comments
 (0)