UNPKG

@trifrost/core

Version:

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

8 lines (7 loc) 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.env = env; const use_1 = require("./use"); function env(key) { return (0, use_1.getActiveCtx)()?.env?.[key]; }