Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/deps/asynciter.ts>collect

A better way to work with processes in Deno.
Very Popular
Go to Latest
function collect
Re-export
import { collect } from "https://deno.land/x/proc@0.20.42/src/deps/asynciter.ts";

Collect the items in this iterator to an array.

Parameters

iterable: AsyncIterable<T>

Returns

Promise<T[]>

The items of this iterator collected to an array.