Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

REALTIME_CHANNEL_STATES

import { REALTIME_CHANNEL_STATES } from "https://esm.sh/@supabase/supabase-js@2.101.0/dist/index.d.mts";
const REALTIME_CHANNEL_STATES: {
readonly closed: "closed";
readonly errored: "errored";
readonly joined: "joined";
readonly joining: "joining";
readonly leaving: "leaving";
}
;