Skip to main content
Module

x/hono/helper.ts>testClient

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable testClient
import { testClient } from "https://deno.land/x/hono@v3.8.0/helper.ts";

type

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