The string or RegExp that is used to match property names throughout the given object.
The object that will be searched within.
The callback used to alter the values of found properties. The transformer will receive the current value of the property and should return the new value.
Do not deep search and transform values created by the transformer. Defaults to true.
Traverses the entirety of an object, searching for property names that match the provided propName and transforming their values with the provided callback. Returns true if a property is found and transformed.