Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ldkit/library/asynciterator.ts>ArrayIterator#toArray

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
method ArrayIterator.prototype.toArray
import { ArrayIterator } from "https://deno.land/x/ldkit@v0.6.3/library/asynciterator.ts";

Consume all remaining items of the iterator into an array that will be returned asynchronously.

Parameters

optional
options: { limit?: number; }

Returns

Promise<T[]>