UNPKG

620 BMarkdownView Raw
1# querystring
2
3[![NPM](https://img.shields.io/npm/v/querystring.svg)](https://npm.im/querystring)
4[![gzip](https://badgen.net/bundlephobia/minzip/querystring@latest)](https://bundlephobia.com/result?p=querystring@latest)
5
6Node's querystring module for all engines.
7
8_If you want to help with evolution of this package, please see https://github.com/Gozala/querystring/issues/20 PR's welcome!_
9
10## 🔧 Install
11
12```sh
13npm i querystring
14```
15
16## 📖 Documentation
17
18Refer to [Node's documentation for `querystring`](https://nodejs.org/api/querystring.html).
19
20## 📜 License
21
22MIT © [Gozala](https://github.com/Gozala)