1.0.0 • Published 12 months ago

@bundled-es-modules/qs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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>
1.0.0

12 months ago