1.0.0 • Published 3 years ago

@jswork/next-hashlize v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

next-hashlize

Hashlize for url based on next.

version license size download

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.