Data Processing
Check if a path exists using lodash _.has
has-pathData Processing
Invert keys grouped by values using lodash _.invertBy
invert-byData Processing
Invert keys and values using lodash _.invert
invert-objectData Processing
Apply deep default values using lodash _.defaultsDeep
defaults-deepData Processing
Apply default values to an object using lodash _.defaults
defaults-objectData Processing
Find the first matching key using lodash _.findKey
find-keyData Processing
Iterate over object properties using lodash _.forIn
for-in-objectData Processing
Group items by a derived key using lodash _.groupBy
group-byDesign
Remove image backgrounds and export a transparent PNG
image-background-removerData Processing
Extract a section of an array using lodash _.slice
slice-arrayData Processing
Find the insertion index in a sorted array using lodash _.sortedIndex
sorted-indexData Processing
Remove duplicates from a sorted array using lodash _.sortedUniq
sorted-unique