interface EnvOpts {
    enable?: boolean;
    name?: string | string[];
}

Properties

Properties

enable?: boolean
true
name?: string | string[]

The name or names of ENV variables to parse

"APP_VERSION"