Module

x/hono/client/index.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.2.0-rc.1/client/index.ts";

type

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