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

x/hex/src/options/deps.ts>dotenv.ConfigOptions

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface dotenv.ConfigOptions
import { type dotenv } from "https://deno.land/x/hex@0.5.15/src/options/deps.ts";
const { ConfigOptions } = dotenv;

Properties

optional
path: string
optional
export: boolean
optional
safe: boolean
optional
example: string
optional
allowEmptyValues: boolean
optional
defaults: string
optional
restrictEnvAccessTo: StringList