stripColor
1function stripColor(string: string): string
Remove ANSI escape codes from the string.
Parameters
Parameter | Type | Description |
---|---|---|
string | string | to remove ANSI escape codes from |
Returns
string
1function stripColor(string: string): string
Remove ANSI escape codes from the string.
Parameter | Type | Description |
---|---|---|
string | string | to remove ANSI escape codes from |
string