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

x/asynciter/asynciter.ts>AbstractAsyncIter#first

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

Return the first item of the sequence.

Returns

Promise<T | null>

The first item of the sequence.