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