Skip to main content
Module

x/ldkit/library/asynciterator.ts

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
import * as ldkit from "https://deno.land/x/ldkit@v0.7.0/library/asynciterator.ts";

Classes

An iterator that emits the items of a given array.

An asynchronous iterator provides pull-based access to a stream of objects.

An iterator that synchronously transforms every item from its source by applying a mapping function.