Skip to main content
Module

x/ldkit/library/asynciterator.ts>AsyncIterator#transform

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

Transforms items from this iterator. After this operation, only read the returned iterator instead of the current one.

Parameters

options: TransformOptions<T, D>

Returns

A new iterator that maps the items from this iterator