Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 16, 2020
1 parent ae124ed commit 4be7599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions readme.md
Expand Up @@ -39,7 +39,6 @@ $ npm install query-string

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`.


## Usage

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


## API

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


## Falsy values

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:
Expand All @@ -386,7 +383,6 @@ queryString.stringify({foo: undefined});
//=> ''
```


## query-string for enterprise

Available as part of the Tidelift Subscription.
Expand Down

0 comments on commit 4be7599

Please sign in to comment.