plasma-serialize

Serialize

Usage no npm install needed!

<script type="module">
  import plasmaSerialize from 'https://cdn.skypack.dev/plasma-serialize';
</script>

README

plasma-serialize

Serialize.

import serialize from 'tm-serialize'
const query = serialize({'test1':'content1', 'test2':'content2'}) // test1=content1&test2=content2