Skip to main content
Module

x/dtils/mod.ts>getStandardEnv

The best unofficial library of utilities for Deno applications
Go to Latest
function getStandardEnv
import { getStandardEnv } from "https://deno.land/x/dtils@2.2.0/mod.ts";

Get the standard application env vars (ENV, RELOAD_DEPS, DEPLOY, and LOG_LEVEL) as an env object

Returns

Record<string, string>