Module

x/hono/helper.ts>testClient

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

type

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