The function to be called on every value of the input obj. Receives three argument, value, key, obj.
The object to be iterated over.
The new object.
Applies fn to each of the obj values, and returns new object.
The function to be called on every value of the input obj. Receives three argument, value, key, obj.
The new object.
Generated using TypeDoc
Applies
fnto each of theobjvalues, and returns new object.