@jswork/next-qs

1.0.9 • Public • Published

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.

Package Sidebar

Install

npm i @jswork/next-qs

Homepage

js.work

Weekly Downloads

45

Version

1.0.9

License

MIT

Unpacked Size

6.6 kB

Total Files

6

Last publish

Collaborators

  • afeiship