Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

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