An ES spec-compliant `Array.prototype.forEach` shim/polyfill/replacement that works as far down as ES3.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Shims Array.prototype.forEach in legacy browsers.
Socket.dev optimized package override for array.prototype.foreach
A tiny, faster alternative to native Array.prototype.forEach
Async Array.prototype.forEach()
A tiny, faster alternative to native Array.prototype.forEach
Provides a secure function to iterate over keys and values. Usage is similar to Javascript Array.prototype.forEach
Run generator function as Array.prototype.forEach callback.
A replacement of Array.prototype.forEach that is faster
A better forEach
Underscore's extend method as a standalone Common JS module.
ForEachOf is a utility function similiar to the idea of Array.prototype.forEach method executing a callback function on each element of an array, but in this case in a flattening manner, so you could have an infinite levels of nesting and it will go throu
No description provided.
Executes a function on each of an objects own enumerable properties.
Provides a simple interface to iterate through a given array, avoiding some common errors such as, Uncaught TypeError: parent.children.forEach is not a function. Similar interface to Array.prototype.forEach
JavaScript polyfills
Essential polyfill for the web
Beautify / pretty print JavaScript and JSON
This ESLint plugin provides a rule to disallow the use of `for...of` loops on arrays.
ESLint plugin to promote ES6 best practices.
ESLint rules for projects using the ExtJS framework.
Add forEachAsync() async/await to Array to support async functions.
Set of eslint rules to enforce clean codestyle