Module

x/proc/tests/deps/asynciter.ts>forEach

A better way to work with processes in Deno.
Latest
function forEach
import { forEach } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/asynciter.ts";

Perform an operation for each item in the sequence.

Parameters

iterable: AsyncIterable<T>

The forEach function.

forEachFn: (item: T) => void | Promise<void>

Returns

Promise<void>
import forEach
import { forEach } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/asynciter.ts";