1 contributor
Like
Install map-values as a package?
Copied
npm i @bit/lodash.lodash.map-values
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
No preview available
chevron_left
chevron_right
mapValues (
object:
Object
,iteratee:
) : Function?
Object
Creates an object with the same keys as object
and values generated
by running each own enumerable string keyed property of object
thru
iteratee
. The iteratee is invoked with three arguments:
(value, key, object).
Example
Arguments
object:
Object
The object to iterate over.
iteratee:
Function?
The function invoked per iteration.
Returns
Object
Returns the new mapped object.