@jswork/next-qs
v1.0.9
Published
Querystring for url based on next.
Downloads
87
Maintainers
Readme
next-qs
Querystring for url based on next.
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.