Skip to main content
Module

x/hono/client/types.ts>Client

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
type alias Client
import { type Client } from "https://deno.land/x/hono@v3.1.2/client/types.ts";
definition: T extends Hono<any, infer S, any> ? S extends Record<infer K, Endpoint> ? K extends string ? PathToChain<K, S> : never : never : never