import { type Channel } from "https://deno.land/x/live@1.53.6/deps.ts";
Properties
send: (data: Send) => Promise<void>
recv: () => Promise<Recv>
closed: Event
optional
encryption: ChannelEncryptionimport { type Channel } from "https://deno.land/x/live@1.53.6/deps.ts";