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 e35d9da commit 6b8c764Copy full SHA for 6b8c764
base.d.ts
@@ -284,9 +284,9 @@ export type ParseOptions = {
284
isOkay: 'boolean',
285
},
286
});
287
- //=> { isAdmin: 'true', flagged: true, isOkay: false }
+ //=> {isAdmin: 'true', flagged: true, isOkay: false}
288
```
289
- Note: The 'boolean' type will also convert "0" and "1" string values to booleans.
+ Note: The `'boolean'` type will also convert `'0'` and `'1'` string values to booleans.
290
*/
291
readonly types?: Record<
292
string,
0 commit comments