File: README.md

package info (click to toggle)
node-querystring 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: javascript: 252; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# querystring

[![NPM](https://img.shields.io/npm/v/querystring.svg)](https://npm.im/querystring)
[![gzip](https://badgen.net/bundlephobia/minzip/querystring@latest)](https://bundlephobia.com/result?p=querystring@latest)

Node's querystring module for all engines.

_If you want to help with evolution of this package, please see https://github.com/Gozala/querystring/issues/20 PR's welcome!_

## 🔧 Install

```sh
npm i querystring
```

## 📖 Documentation

Refer to [Node's documentation for `querystring`](https://nodejs.org/api/querystring.html).

## 📜 License

MIT © [Gozala](https://github.com/Gozala)