Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/axe/$mod.ts>env

🚀 (Deno) enhanced executor
Latest
function env
import { env } from "https://deno.land/x/dxx@rf/src/lib/axe/$mod.ts";

Return the value of the environment variable varName (or undefined if non-existent or not-allowed access).

  • will not panic
  • will not prompt for permission if options.guard is true

Parameters

varName: string
optional
options: { guard: boolean; }