Skip to content

afeiship/next-qs

Repository files navigation

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.