import { dotenv } from "https://deno.land/x/hex@0.6.5/src/lib/options/deps.ts";
const { config } = dotenv;
Parameters
options: Omit<ConfigOptions, "restrictEnvAccessTo"> & { restrictEnvAccessTo: StrictEnvVarList<TEnvVar>; }
import { dotenv } from "https://deno.land/x/hex@0.6.5/src/lib/options/deps.ts";
const { config } = dotenv;