1.0.9 • Published 12 months ago

@jswork/next-qs v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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.