NodeutilstripVTControlCharactersfunction stripVTControlCharacters#stripVTControlCharacters(str: string): stringReturns str with any ANSI escape codes removed. console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); // Prints "value" Parameters ##str: stringReturn Type #string
function stripVTControlCharacters#stripVTControlCharacters(str: string): stringReturns str with any ANSI escape codes removed. console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); // Prints "value" Parameters ##str: stringReturn Type #string