Skip to main content
Module

x/hono/helper.ts>env

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

type

<T extends Record<string, unknown>, C extends Context = Context<{ }>>(c: C, runtime?: Runtime) => T & C["env"]