# url-object-string

> 这是一个处理url问号传参的字符串转对象，对象转字符串的包，每个函数都有一个参数， mutualConversion：这个函数是互相转换的

Latest version **1.0.2** (published 2020-06-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install url-object-string
pnpm add url-object-string
yarn add url-object-string
bun add url-object-string
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-06-23 |
| First published | 2020-05-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | yzd123 |

## Links

- npm: https://www.npmjs.com/package/url-object-string
- npm.io page: https://npm.io/package/url-object-string

## Recent versions

- 1.0.2 (latest) — 2020-06-23
- 1.0.1 — 2020-05-20
- 1.0.0 — 2020-05-08

## README

这是一个处理url问号传参的字符串转对象，对象转字符串的包，每个函数都有一个参数，
mutualConversion：这个函数是互相转换的

toObj：这个函数是字符串转对象的

toStr：这个函数是对象转字符串的

mutualConversion：
	{a: "1", b: "2", c: "3"} 转成“a=1&b=2&c=3”
	也能“a=1&b=2&c=3”转成 {a: "1", b: "2", c: "3"}
toObj：
	“a=1&b=2&c=3”转成 {a: "1", b: "2", c: "3"}
toStr：
	{a: "1", b: "2", c: "3"} 转成“a=1&b=2&c=3”

---
_Source: https://npm.io/package/url-object-string · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
