@gotoeasy/hash

simple file/string hash

Usage no npm install needed!

<script type="module">
  import gotoeasyHash from 'https://cdn.skypack.dev/@gotoeasy/hash';
</script>

README

@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