indent-string
Indent each line in a string
Indent each line in a string
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Parameterised tests for Jest
Iterate over promises serially
foreach component + npm package
Loop over each item in an array and call the given function on every element.
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
Processes each properties of an object deeply.
Apply an async function to each Array element in series.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Async concurrent iterator (async forEach)
Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.
Call a function for each value in an array and return a Promise
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.
Asynchronous iterator function for parallel processing.
A function for iterating over objects, arrays, strings and ranges
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
PostCSS plugin to iterate through values
Parameterized test utility for Mocha