@f0c1s/shallow-object-type
v2018.11.12
Published
Hashes object based on keys of the top-most level
Downloads
2
Readme
Hashes object based on keys of the top-most level
Installation npm i @f0c1s/shallow-object-type
Usage var otype = require('@f0c1s/shallow-object-type') const obj = { name: 'f0c1s', address : } console.log(otype(obj))