deleteAlarm(id: ScheduledTaskId): boolean
getWebSocket(id: string): WebSocket | undefined
getWebSockets(): Iterable<WebSocket>
deleteAlarm(id: ScheduledTaskId): boolean
getWebSocket(id: string): WebSocket | undefined
getWebSockets(): Iterable<WebSocket>
Add Package
deno add jsr:@ry/cells
Import symbol
import { Cell } from "@ry/cells";
Import directly with a jsr specifier
import { Cell } from "jsr:@ry/cells";