@karmaniverous/get-dotenv
    Preparing search index...

    Interface OverlayEnvOptionsBase<B>

    Base options for overlaying config-provided values onto a dotenv map.

    interface OverlayEnvOptionsBase<B extends ProcessEnv | Readonly<ProcessEnv>> {
        base: B;
        configs: OverlayConfigSources;
        env: string | undefined;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    base: B

    Base environment variables.

    Configuration sources to overlay.

    env: string | undefined

    Target environment name.