lodash-object-plugin
v1.0.1
Published
A collection of lodash object helpers
Downloads
4
Readme
lodash-object-plugin
A collection of js object helpers
What's in here:
- _.traverse(obj, callback) preforms DFS scan of obj, calling callback(node_value, array_of_keys)
- _.getValue(obj, 'key1.key2.key3') a safe deep value extraction
- _.getValue(obj, 'key1.key2.key3')
- _.defaultsDeep(obj, defaults) a deep version of _.defaults