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 7e580ca commit a82c64cCopy full SHA for a82c64c
1 file changed
README.md
@@ -15,6 +15,8 @@ npm i --save fast-querystring
15
- Supports only input of type `string`
16
- Supports repeating keys in query string
17
- `foo=bar&foo=baz` parses into `{foo: ['bar', 'baz']}`
18
+- Supports pairs with missing values
19
+ - `foo=bar&hola` parses into `{foo: 'bar', hola: ''}`
20
21
### Usage
22
0 commit comments