CDN Resources for query-string
Various ways to access query-string via Content Delivery Networks
Package Installation
npm
npm install query-string
yarn
yarn add query-string
pnpm
pnpm add query-string
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/query-string"></script>
Unpkg
<script src="https://unpkg.com/query-string"></script>
jsDelivr ESM
<script type="module">
import querystring from 'https://cdn.jsdelivr.net/npm/query-string/+esm';
</script>
Skypack
<script type="module">
import querystring from 'https://cdn.skypack.dev/query-string';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages