@jswork/next-hashlize
v1.0.0
Published
Hashlize for url based on next.
Downloads
14
Readme
next-hashlize
Hashlize for url based on next.
installation
npm install -S @jswork/next-hashlize
usage
import '@jswork/next-hashlize';
const hashUrl = '?auctionId=4713&v=1.0.76730bc3';
const hash = nx.hashlize(hashUrl);
// { auctionId: '4713', v: '1.0.76730bc3' }
license
Code released under the MIT license.