Moeen Chat Service - v1.0.0
    Preparing search index...
    • Strips ANSI escape codes from a string.

      Parameters

      • input: string

        The input string to strip ANSI escape codes from.

      Returns string

      The input string with ANSI escape codes removed.

      stripAnsi('\x1B[32mHello, world!\x1B[0m') // 'Hello, world!'