UNPKG

@trifrost/core

Version:

Blazingly fast, runtime-agnostic server framework for modern edge and node environments

5 lines (4 loc) 106 B
import { getActiveCtx } from './use'; export function env(key) { return getActiveCtx()?.env?.[key]; }