Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/client/index.ts>hc

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

type

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