Showing 21-40 of 4,616 packages
Common stuff we do with foreach loops
Optimizes statements such as `forEach` and `map` to for loops.
Serverless plugin that adds $forEach syntax to reduce code duplication and allow creating dynamic templates
Async ForEach support control flow waterfall, parallel
Invokes the passed function for each item in an iterable
This is a simple implementation of foreach based on promises.
A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.
Advanced Array utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!
Using objects like arrays with map, filter, forEach and others coming soon.
No-bullshit, ultra-simple, 35-lines-of-code synchronized forEach / map function for JavaScript.
Shims Array.prototype.forEach in legacy browsers.
Allows await inside of a foreach loop.
Executes a function on each of an objects own enumerable properties.
Lightweight async Array-forEach-method.
CLI util to execute a command for each file matching a glob
Simple polyfill for the NodeList.forEach method.
forEach, map and filter with break and return emulation
An NPM package to properly handle using async functions in a forEach fashion (unlike Native forEach). Uses proper Promises and is light and efficient.
Array async foreach (sequentially)
Array foreach with capabilities to handle an async callback