@pathmaker-digital/pmd-utilities - v2.2.6
    Preparing search index...

    Type Alias LogColor

    LogColor:
        | "black"
        | "red"
        | "green"
        | "yellow"
        | "blue"
        | "magenta"
        | "cyan"
        | "white"
        | "blackBright"
        | "gray"
        | "grey"
        | "redBright"
        | "greenBright"
        | "yellowBright"
        | "blueBright"
        | "magentaBright"
        | "cyanBright"
        | "whiteBright"

    Represents a color in the terminal. This type is used to specify colors for text and background in terminal output.