@f0c1s/shallow-object-hash

Hashes object based on keys, and string values of the top-most level

Usage no npm install needed!

<script type="module">
  import f0c1sShallowObjectHash from 'https://cdn.skypack.dev/@f0c1s/shallow-object-hash';
</script>

README

Hashes object based on keys, and string values of the top-most level

Installation npm i @f0c1s/shallow-object-hash

Usage var ohash = require('@f0c1s/shallow-object-hash') const obj = { name: 'f0c1s', address : } console.log(ohash(obj))