Transforms source to a new transformationResult object which is the result of running each of its own enumerable string keyed properties through iteratee, with each invocation potentially mutating the TransformationResult object.
Type Parameters
Key extends string | number | symbol
Type for the entry's key passed in params.
Value
Type for the entry's value passed in params.
TransformationResult
A user-defined type where to accumulate the transformations.
Transforms
source
to a newtransformationResult
object which is the result of running each of its own enumerable string keyed properties throughiteratee
, with each invocation potentially mutating theTransformationResult
object.