helper-collection
Collection helper for assemble (or any other https://github.com/jonschlinkert/templates application)
Collection helper for assemble (or any other https://github.com/jonschlinkert/templates application)
This helper allows you to do something only once every x times during {{# each}}.
This is my incredible amazing lodown library. Just kidding, it's terrible. But it shall be good. We shall never surrender. We shall fight in the oceans, we shall fight in the streets.
lodown library
Functional style immutable collection iterator `each( fn, collection )`
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
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
From each object in an array, delete keys specified
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.
Call a function for each value in set, like Array.forEach().