for-each-property-deep
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
array-each
Loop over each item in an array and call the given function on every element.
foreachasync
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach