0.2.1 • Published 5 years ago

@gotoeasy/hash v0.2.1

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

@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