@f0c1s/shallow-object-hash
v2018.11.12
Published
Hashes object based on keys, and string values of the top-most level
Downloads
2
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))