Skip to main content
Module

x/hono/helper.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.7/helper.ts";

type

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