WebSocket Event Listeners type
WebSocket Event Listeners type
Add Package
deno add jsr:@hono/hono
Import symbol
import { type WSEvents } from "@hono/hono/ws";
---- OR ----
Import directly with a jsr specifier
import { type WSEvents } from "jsr:@hono/hono/ws";
Add Package
npx jsr add @hono/hono
Import symbol
import { type WSEvents } from "@hono/hono/ws";
Add Package
yarn dlx jsr add @hono/hono
Import symbol
import { type WSEvents } from "@hono/hono/ws";
Add Package
pnpm dlx jsr add @hono/hono
Import symbol
import { type WSEvents } from "@hono/hono/ws";
Add Package
bunx jsr add @hono/hono
Import symbol
import { type WSEvents } from "@hono/hono/ws";