Skip to main content
Module

std/dotenv/mod.ts>ConfigOptions

Deno standard library
Go to Latest
interface ConfigOptions
import { type ConfigOptions } from "https://deno.land/std@0.146.0/dotenv/mod.ts";

Properties

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