# Installation
> `npm install --save @types/querystringify`

# Summary
This package contains type definitions for querystringify (https://github.com/unshiftio/querystringify).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify/index.d.ts)
````ts
// TypeScript Version: 2.2
export function parse(query: string): object;

// TypeScript Version: 2.2
export function stringify(obj: object, prefix?: string | boolean): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [Ilya Verbitskiy](https://github.com/ilich).
