Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@jswork/next-qs

afeiship13MIT1.0.9TypeScript support: included

Querystring for url based on next.

hashlize, querystring, next, qs, param

readme

next-qs

Querystring for url based on next.

version license size download

installation

npm install -S @jswork/next-qs

usage

import '@jswork/next-qs';

const hashUrl = '?auctionId=4713&v=1.0.76730bc3';
const hash = nx.qs(hashUrl);
// { auctionId: '4713', v: '1.0.76730bc3' }

license

Code released under the MIT license.