run-each
A very small, flexible, parallel async iteration helper that has first-class support for Iterators and concurrency.
A very small, flexible, parallel async iteration helper that has first-class support for Iterators and concurrency.
NodeJS Native Helper
loop with async behaviour
Loop.js is a very small, but powerful, utility for looping over array-like objects. It enables the classical functional patterns like map, filter, fold and find with a single simple operation and features the ability to break out of the loop early.
Replacement for JavaScript's forEach implementation; synchronous & compatible with TypeScript
Array foreach with capabilities to handle an async callback
A CLI utility to execute the same command in every subfolder of the current folder.
a polyfill
Sync funcitons for Array.
Iterates over an array and sets scope to the current item, and index as parameter. Returns null if it isn't an array.
(ES5 fork) Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation
Smarter file change watcher supporting executing commands for files individually and ignoration of imported files.
Async for, foreach (array and object), while, do while loops
Multi-dimensional array walker with observation
Compose chains of functions to manipulate data via synchronous and asynchronous iterators
DUMMY PACKAGE: only encapsulate the 'async-kit' replacement package - A simple and powerful async abstraction lib for easily writing Node.js code.
A better forEach.
forEvery - forEach with promises
Call a function for each value in iterable, like Array.forEach().
For each for command-line