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

    Interface GetDotenvConfigWithVars<V>

    Internal helper type used by InferGetDotenvVarsFromConfig.

    This exists to give TypeDoc a stable symbol for the vars probe used in the conditional type, avoiding anonymous __type warnings.

    interface GetDotenvConfigWithVars<V extends ProcessEnv = ProcessEnv> {
        vars?: V;
    }

    Type Parameters

    Index

    Properties

    Properties

    vars?: V

    Variables declared on a typed getdotenv config document.