Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/client/index.ts>Fetch

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias Fetch
import { type Fetch } from "https://deno.land/x/hono@v3.1.3/client/index.ts";
definition: (args?: InferRequestType<T>, opt?: RequestOptions) => Promise<ClientResponse<InferResponseType<T>>>