augment-vir - v31.13.0
    Preparing search index...

    Variable removeColorConst

    removeColor: (input: string) => string = removeAnsiEscapeCodes

    Removes ansi escape codes (such as terminal colors) within the given string.

    Type declaration

      • (input: string): string
      • Removes ansi escape codes (such as terminal colors) within the given string.

        Parameters

        • input: string

        Returns string