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 91cc2e1 commit f639244Copy full SHA for f639244
readme.md
@@ -214,7 +214,7 @@ queryString.parse('?isAdmin=true&flagged=true&isOkay=0', {
214
isOkay: 'boolean',
215
},
216
});
217
-//=> { isAdmin: 'true', flagged: true, isOkay: false }
+//=> {isAdmin: 'true', flagged: true, isOkay: false}
218
```
219
220
Note: The `'boolean'` type will also convert `'0'` and `'1'` string values to booleans.
0 commit comments