1.0.4 • Published 6 months ago

fastest-qs v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

fastest-qs

This project is an object version is an exported fast-querystring used by Elysia (source), which in turn is inspired by the original fast-querystring and improved with deuri.

Installation

To install the package, run the following command:

yarn add fastest-qs

Usage

import { parseQueryFromURL } from 'fastest-qs'

const queryURL = 'q=1&q2'

const query = parseQueryFromURL(queryURL)

console.log('Query:', query)   // { q: 1, q: 2 }

License

This project is licensed under the MIT License.

Licenses for third-party projects are listed in THIRD-PARTY-LICENSE.

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

9 months ago

0.0.1

9 months ago

1.0.0

9 months ago