@amazingandyyy/qs

0.0.1 • Public • Published

🏃 qs

A small utility library for query string.

open source!

Installation

$ npm i --save @amazingandyyy/qs

Usage

const qs = require('@amazingandyyy/qs')

const target = 'name=andy&mail=amazingandyyy@gmail.com'
const result = qs.parse(target);
console.log(result)

{
   name: 'andy',
   mail: 'amazingandyyy@gmail.com'
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @amazingandyyy/qs

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

3.03 kB

Total Files

4

Last publish

Collaborators

  • amazingandyyy