Skip to main content
Module

x/hono/helper.ts>testClient

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable testClient
import { testClient } from "https://deno.land/x/hono@v4.2.5/helper.ts";

type

<T extends Hono<any, any, any>>(
app: T,
Env?: ExtractEnv<T>["Bindings"] | { },
executionCtx?: ExecutionContext,
) => unknown