Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/superfetch/types.ts>FetchFunction

๐Ÿ• HTTP Server testing library inspired by node-supertest-fetch.
Latest
type alias FetchFunction
import { type FetchFunction } from "https://deno.land/x/superfetch@2.0.1/types.ts";
definition: (url: string | URL, options?: RequestInit) => Promise<MakeFetchResponse>