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

x/asynciter/asynciter.ts>AbstractAsyncIter#[Symbol.asyncIterator]

Map, filter, reduce for AsyncIterables in Deno.
Latest
method AbstractAsyncIter.prototype.[Symbol.asyncIterator]
import { AbstractAsyncIter } from "https://deno.land/x/asynciter@0.0.18/asynciter.ts";

Returns

AsyncGenerator<T, void, unknown>