@neofork/devlogr - v0.0.1
    Preparing search index...

    Class TerminalUtils

    Terminal capability detection utilities for cross-platform compatibility. Automatically detects color, Unicode, and other terminal features.

    Index

    Constructors

    Methods

    • Check if the current terminal supports Unicode characters.

      Returns boolean

      True if Unicode symbols can be displayed, false otherwise

    • Check if the current terminal supports ANSI color codes.

      Returns boolean

      True if colors can be displayed, false otherwise

    • Get ASCII fallback symbols for terminals that don't support Unicode.

      Returns Record<string, string>

      Object mapping log levels to ASCII symbols