Skip to main content
Module

x/dtils/env.ts>Env

The best unofficial library of utilities for Deno applications
Go to Latest
type alias Env
import { type Env } from "https://deno.land/x/dtils@2.0.0/env.ts";

Provides a high-level api for standard application env variables (TODO reference blog post of standards)

We make heavy use of caching in this module because we don't want to overload the user with permission prompts to these env vars

definition: "dev" | "staging" | "production"