```js queryString.stringifyUrl({ url: 'https://foo.bar', query: { top: 'foo' }, fragmentIdentifier: '/bar/hello' }); // => 'https://foo.bar?top=foo#%2Fbar%2Fhello' ``` if set `{ encode: false }`, the other query also won't be encoded