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

    Type Alias InferGetDotenvVarsFromConfig<T>

    InferGetDotenvVarsFromConfig: T extends GetDotenvConfigWithVars<infer V>
        ? V extends ProcessEnv ? V : never
        : never

    Compile-time helper to derive the Vars shape from a typed getdotenv config document.

    Type Parameters

    • T