@extra-object/map-update.min
Updates values based on map function.
Updates values based on map function.
Updates values based on map function.
Flattens nested object, using map function.
Flattens nested object, using map function.
Replace values in iterable with a map.
Filter map with specified keys, like .pick().
Filter map with specified key(s), like .pick().
Filter map with values of specified key(s), like .pick().
Set specified entries to map.
Set specified lists to map.
Concatenate maps, like Array.concat().
Check if map contains all keys.
Delete specified keys from map.
Filter values in map that pass the test, like Array.filter().
Map values in map to new values, like Array.map().
Set specified entries to map.
Set specified lists to map.
Get first entry from map and remove it, like Array.shift().
Filter map with specified keys, like _.pick().
Filter map with specified key(s), like _.pick().