variable asEncryptedChannelimport { asEncryptedChannel } from "https://deno.land/x/live@1.53.6/deps.ts"; Adds durable encryption layer to the sent messages. type<Send, Recv>(socket: WebSocket) => Promise<Channel<Send, Recv>>