6.6.0 • Published 5 years ago

@lyo/qs v6.6.0

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
5 years ago

@lyo/qs

A browser-compatible version of qs built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/qs"></script>

<script>
  qs.parse(foo, bar);
  qs.stringify(foo, bar);
</script>

In Node.js

# Install
npm i @lyo/qs
const qs = require('@lyo/qs')

qs.parse(foo, bar);
qs.stringify(foo, bar);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

6.6.0

5 years ago