function stripColorView codestripColor(string: string): stringDeprecated(will be removed in 1.0.0) Use stripAnsiCode instead. Remove ANSI escape codes from the string. Parametersstring: stringView codeto remove ANSI escape codes from Return TypestringView code