Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SyncIterator
import { type SyncIterator } from "https://deno.land/x/natsws@v1.29.2/src/nats-base-client.ts";
definition: { next(): Promise<T | null>; }