@stonecypher/kyrie
    Preparing search index...

    Type Alias OutputMode

    OutputMode: "ansi" | "html" | "chrome-console" | "logger" | "passthrough"

    Output mode for syntax highlighting

    • ansi: ANSI escape codes for terminal output (default)
    • html: HTML with inline styles
    • chrome-console: Chrome DevTools console formatting
    • logger: Logging-friendly format
    • passthrough: Returns input unmodified (no parsing, no formatting, no color)