@karmaniverous/get-dotenv
    Preparing search index...
    interface ResolveDotenvTargetResult {
        filename: string;
        targetPath: string;
        templatePath?: string;
    }
    Index

    Properties

    filename: string

    The filename token used for selection (for example, .env.local).

    targetPath: string

    Absolute path to the resolved dotenv file target.

    templatePath?: string

    Optional absolute path to the template file when selected due to a missing target. This is a sibling of ResolveDotenvTargetResult.targetPath.