Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/helper/adapter/index.ts>env

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable env
import { env } from "https://deno.land/x/hono@v3.5.5/helper/adapter/index.ts";

type

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