Skip to main content
Module

x/hono/mod.ts>hc

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
variable hc
import { hc } from "https://deno.land/x/hono@v3.6.0-rc.2/mod.ts";

type

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