resolveFetch
import { resolveFetch } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";Resolves the fetch implementation to use Uses custom fetch if provided, otherwise uses native fetch
const resolveFetch: (customFetch?: Fetch$2) => Fetch$2;