import { Env } from "https://deno.land/x/env@v3.0.5/env.js";
Retrieves an environment variable. If the environment variable does not exist or is an empty string, then it throws an error.
import { Env } from "https://deno.land/x/env@v3.0.5/env.js";
Retrieves an environment variable. If the environment variable does not exist or is an empty string, then it throws an error.