Loops over arrays or objects and applies a given callback
Will work with Arrays, Objects, Map, Set and interators
The array or object to iterate
The callback to apply. Params are: (value, key, iteratedObject)
Generated using TypeDoc
Loops over arrays or objects and applies a given callback
Will work with Arrays, Objects, Map, Set and interators