@jswork/next-hash

1.0.0 • Public • Published

next-hash

Get object hash code for next.

version license size download

installation

npm install -S @jswork/next-hash

usage

import '@jswork/next-hash';

nx.hash({ name:'afei', github:'afeiship' }); // 4564597f67d8d0f181d4c4b149834a1994afc7e3
nx.hash({ github:'afeiship', name:'afei' }); // 4564597f67d8d0f181d4c4b149834a1994afc7e3

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-hash

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.34 kB

Total Files

5

Last publish

Collaborators

  • afeiship