Module

std/dotenv/mod.ts>ConfigOptions

Deno standard library
Go to Latest
interface ConfigOptions
import { type ConfigOptions } from "https://dotland.deno.dev/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