Interface ReadEnvOptions

Read environment options

interface ReadEnvOptions {
    format: Format | FormatFunction;
    includePrefix: boolean;
    separator: string;
}

Properties

Format

includePrefix: boolean

Include prefix

separator: string

Environment variable separator