8000 GitHub - afeiship/qs: A tiny querystring parser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

afeiship/qs

Repository files navigation

qs

A tiny querystring parser.

version license size download

installation

npm install @jswork/qs

usage

import qs from '@jswork/qs';

qs.parse('a=1&b=2'); // { a: '1', b: '2' }
qs.stringify({ a: 1, b: 2 }); // a=1&b=2

license

Code released under the MIT license.

About

A tiny querystring parser.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0