Skip to main content
Module

x/hono/helper.ts>env

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

type

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