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

    Type Alias GetDotenvDynamicFunction

    GetDotenvDynamicFunction: (
        vars: ProcessEnv,
        env: string | undefined,
    ) => string | undefined

    Dynamic variable function signature. Receives the current expanded variables and the selected environment (if any), and returns either a string to set or undefined to unset/skip the variable.

    Type Declaration

      • (vars: ProcessEnv, env: string | undefined): string | undefined
      • Parameters

        Returns string | undefined