Skip to content

imsganesh/lodash-mixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

List of Lodash Mixins/Utility functions

  1. flattenObjectDeep - Returns a collection of objects created from the leaf objects

  2. flattenKeyValuePairs - Flattens/Compacts the individual key/values pairs from the array of objects to a single object

  3. renameKeysDeep - Renames the keys of a nested object with the name from the kepMap lookup

  4. objectDiff - Compares 2 objects and returns the difference as a new object

  5. compactObject - Compact object by removing all empty objects by looping over the objects only once

  6. compactObjectDeep - Same as compactObject, but recursively reiterates until there are no empty objects (multiple pass)

About

List of lodash helper functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published