@bundled-es-modules/qs

1.0.0 • Public • Published

qs

This is a mirror of qs, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/qs

Use

<script type="module">
  import qs from '@bundled-es-modules/qs';
  const obj = qs.parse('a=c');
  console.log(obj);

  const str = qs.stringify(obj)
  console.log(str);
</script>

Readme

Keywords

Package Sidebar

Install

npm i @bundled-es-modules/qs

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

71 kB

Total Files

3

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema