Skip to content

Commit 4be7599

Browse files
committed
Meta tweaks
1 parent ae124ed commit 4be7599

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ $ npm install query-string
3939

4040
This module targets Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, or, if your project is using create-react-app v1, use version 5: `npm install query-string@5`.
4141

42-
4342
## Usage
4443

4544
```js
@@ -71,7 +70,6 @@ console.log(location.search);
7170
//=> '?foo=unicorn&ilike=pizza'
7271
```
7372

74-
7573
## API
7674

7775
### .parse(string, options?)
@@ -368,7 +366,6 @@ queryString.stringify({color: ['taupe', 'chartreuse'], id: '515'});
368366
//=> 'color=taupe&color=chartreuse&id=515'
369367
```
370368

371-
372369
## Falsy values
373370

374371
Sometimes you want to unset a key, or maybe just make it present without assigning a value to it. Here is how falsy values are stringified:
@@ -386,7 +383,6 @@ queryString.stringify({foo: undefined});
386383
//=> ''
387384
```
388385

389-
390386
## query-string for enterprise
391387

392388
Available as part of the Tidelift Subscription.

0 commit comments

Comments
 (0)