Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Jul 22, 2024
1 parent 5106de8 commit 77ffb97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ Use this feature to override the type of a value. This can be useful when the ty

It is possible to provide a custom function as the parameter type. The parameter's value will equal the function's return value.


Supported Types:

- `'string'`: Parse `phoneNumber` as a string (overriding the `parseNumber` option):
Expand Down Expand Up @@ -321,7 +320,6 @@ queryString.parse('ids=001%2C002%2C003&foods=apple%2Corange%2Cmango', {
###### Function
```js

import queryString from 'query-string';

queryString.parse('?age=20&id=01234&zipcode=90210', {
Expand Down

0 comments on commit 77ffb97

Please sign in to comment.