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

    Interface EnsureLinesResult

    Result returned by ensureLines.

    interface EnsureLinesResult {
        changed: boolean;
        created: boolean;
    }
    Index

    Properties

    Properties

    changed: boolean

    True when the file was created or modified by this call.

    created: boolean

    True when the target file did not previously exist.