@jswork/next-hashlize

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i @jswork/next-hashlize

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

5.35 kB

Total Files

5

Last publish

Collaborators

  • afeiship