@gotoeasy/hash

0.2.1 • Public • Published

@gotoeasy/hash

simple file/string hash

NPM version License

Install

npm i @gotoeasy/hash

Sample

const hash = require('@gotoeasy/hash');

let rs, file = './.npmignore';
rs = hash({file});  // rs: 1cspo7f

rs = hash('12345'); // rs: 1tgml0


Links

Readme

Keywords

Package Sidebar

Install

npm i @gotoeasy/hash

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

3.88 kB

Total Files

6

Last publish

Collaborators

  • rpose