Skip to main content

supabase-js in Deno

supabase-js is fully compatible with Deno and can be imported into your project using esm.sh:

import { createClient } from "https://esm.sh/@supabase/supabase-js@2";

Please refer to the Supabase docs for more details on how to use supabase-js.