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

    Interface RedactOptions

    Configuration options for secret redaction.

    interface RedactOptions {
        redact?: boolean;
        redactPatterns?: (string | RegExp)[];
    }
    Index

    Properties

    redact?: boolean

    Enable redaction.

    redactPatterns?: (string | RegExp)[]

    Regex patterns for keys to redact.