BrowserOptions & { wsEndpoint: string; }
BrowserOptions & { wsEndpoint: string; }
Add Package
deno add jsr:@astral/astral
Import symbol
import { type ConnectOptions } from "@astral/astral";
---- OR ----
Import directly with a jsr specifier
import { type ConnectOptions } from "jsr:@astral/astral";