Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method EventEmitter.prototype.getChannel
import { EventEmitter } from "https://deno.land/x/sockets@v0.5.0/src/event_emitter.ts";

Get a channel by the channel name

Parameters

channelName: string
  • The name of the channel to retrieve

Returns

The specified channel.