Skip to main content
Module

x/hono/mod.ts>hc

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable hc
import { hc } from "https://deno.land/x/hono@v4.2.7/mod.ts";

type

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