You can see below the API reference of this module.
Iterates an object. Note the object field order may differ.
- Object
obj
: The input object. - Function
fn
: A function that will be called with the current value, field name and provided object.
- Function The
iterateObject
function.