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

x/stream_observables/mod.ts>last

A collection of observables built with ReadableStreams & friends.
Latest
function last
Re-export
import { last } from "https://deno.land/x/stream_observables@v1.3/mod.ts";

Returns a Transform that emits the last item in an observable.

Returns

Transform that emits the last item emitted by the observable.