Skip to content

Commit 6b8c764

Browse files
authored
Update base.d.ts
1 parent e35d9da commit 6b8c764

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
@@ -284,9 +284,9 @@ export type ParseOptions = {
284284
isOkay: 'boolean',
285285
},
286286
});
287-
//=> { isAdmin: 'true', flagged: true, isOkay: false }
287+
//=> {isAdmin: 'true', flagged: true, isOkay: false}
288288
```
289-
Note: The 'boolean' type will also convert "0" and "1" string values to booleans.
289+
Note: The `'boolean'` type will also convert `'0'` and `'1'` string values to booleans.
290290
*/
291291
readonly types?: Record<
292292
string,

0 commit comments

Comments
 (0)