Module

x/hono/mod.ts>hc

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
variable hc
import { hc } from "https://dotland.deno.dev/x/hono@v3.5.6/mod.ts";

type

<T extends Hono<any, any, any>>(baseUrl: string, options?: ClientRequestOptions) => unknown