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

    Interface ConfigFile

    Represents a discovered configuration file.

    interface ConfigFile {
        path: string;
        privacy: ConfigPrivacy;
        scope: ConfigScope;
    }
    Index

    Properties

    Properties

    path: string

    Absolute path to the config file.

    privacy: ConfigPrivacy

    Privacy scope (public vs local).

    Origin scope (packaged vs project).