Search results
270 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Indent each line in a string
Parameterised tests for Jest
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Iterate over promises serially
- promise
- foreach
- for-each
- for
- each
- collection
- iterable
- iterator
- fulfilled
- async
- await
- promises
- serial
- serially
- View more
Loop over each item in an array and call the given function on every element.
foreach component + npm package
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.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Apply an async function to each Array element in series.
Asynchronous iterator function for parallel processing.
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.
- array
- browser
- cycle
- deno
- deno-edition
- deno-entry
- denoland
- each
- es2022
- es5
- export-default
- flow
- forEach
- map
- View more
A function for iterating over objects, arrays, strings and ranges
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
- recursive
- deep
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- View more
Asynchronously calls a function on each element in an array in parallel.
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,
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- prototype-chain
- class
Call a function for each value in an array and return a Promise
Promise extensions; map, filter, etc
Neater control statements (if/for) for jsx
Parameterized test utility for Mocha