Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Lister
import { type Lister } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

An interface for listing. Returns a promise with typed list.

Methods

[[Symbol.asyncIterator]](): AsyncIterator<T>
next(): Promise<T[]>