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

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;