0.2.1 • Published 6 years ago
@gotoeasy/hash v0.2.1
@gotoeasy/hash
simple file/string hash
Install
npm i @gotoeasy/hashSample
const hash = require('@gotoeasy/hash');
let rs, file = './.npmignore';
rs = hash({file}); // rs: 1cspo7f
rs = hash('12345'); // rs: 1tgml0Links
npm-packageshttps://github.com/gotoeasy/npm-packages