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

x/asynciter/asynciter.ts>AsyncIter#first

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

Return the first item of the sequence.

Returns

Promise<T | null>

The first item of the sequence.