asyncforeaches6
It's an async foreachloop, duh
It's an async foreachloop, duh
await each series
Basic iterator for [async][] library that handles async and synchronous functions, also emits `beforeEach`, `afterEach` and `error` events. Using [async-simple-iterator][] and used in [async-control][].
lightweight async iterators (map, each, reduce)
一个提供了异步遍历功能的工具,可以通过插件拓展工具的遍历器。已经提供的方法包括forEach,every,some,filter,map,sort,reduce。
Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events.
Safe async utilities for node and the browser
async#filter() as a module
CLI util to execute a command for each file matching a glob
Array.prototype-like functions for plain JavaScript objects
o2.js Dom utility methods. — http://o2js.com/.
iterate over an object entries
pegjs plugin helper: Run a function once for each code snippet in a grammar AST.
A tiny module simliar to .forEach(), but for DOM elements.
Recursively loop through the elements of a 'collection' (an array, an array-like object, or a plain object) and invoke 'callbackFn' for each element while protected against circular references.
From each object in an array, delete keys specified
Loop over array but with a time delay
Base plugin for iterating over an array of 'files' objects in a declarative configuration and writing them to the file system.
Iteration utility
Call a function for each value in set, like Array.forEach().