import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { SupabaseClient } = supabase;
Perform a function call.
Type Parameters
Function_ extends Schema["Functions"][FunctionName]
Parameters
fn: FunctionName
The function name to call.
optional
args: Function_["Args"]The parameters to pass to the function call.