@jswork/next-hashlize
v1.0.0
Published
Hashlize for url based on next.
Readme
next-hashlize
Hashlize for url based on next.
installation
npm install -S @jswork/next-hashlizeusage
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.
