Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
async-each
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
foreach
foreach component + npm package
indent-string
Indent each line in a string
now-and-later
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
jest-each
Parameterised tests for Jest
each-props
Processes each properties of an object deeply.
foreachasync
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
async-each-series
Apply an async function to each Array element in series.
p-each-series
Iterate over promises serially
array-each
Loop over each item in an array and call the given function on every element.
tiny-each-async
Asynchronous iterator function for parallel processing.
parallel-each
A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.
each-parallel-async
Asynchronously calls a function on each element in an array in parallel.
series-stream
Pipe multiple streams into a single stream, ensuring each added stream finishes piping it's data before the next begins.
array-foreach
Array#forEach ponyfill for older browsers
eachr
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.
dank-each
A function for iterating over objects, arrays, strings and ranges
each-series-async
Asynchronously calls a function on each element in an array in series.
for-each-property-deep
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
for-each-property
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,