import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { SupabaseClient } = supabase;
Creates a Realtime channel with Broadcast, Presence, and Postgres Changes.
Parameters
optional
opts: RealtimeChannelOptions- The options to pass to the Realtime channel.