Skip to main content
Module

x/hono/client/types.ts>Client

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias Client
import { type Client } from "https://deno.land/x/hono@v3.11.2/client/types.ts";
definition: T extends Hono<any, infer S, any> ? S extends Record<infer K, Schema> ? K extends string ? PathToChain<K, S> : never : never : never