@lyo/qs

6.6.0 • Public • Published

@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

/@lyo/qs/

    Package Sidebar

    Install

    npm i @lyo/qs

    Weekly Downloads

    1

    Version

    6.6.0

    License

    BSD-3-Clause

    Unpacked Size

    11 kB

    Total Files

    3

    Last publish

    Collaborators

    • lyo