Skip to main content
Module

x/hono/mod.ts>hc

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable hc
import { hc } from "https://deno.land/x/hono@v3.7.1/mod.ts";

type

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