Skip to content

omryn/lodash-object-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of js object helpers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published