remix/terminal · FunctionView Source
stripAnsi
Summary
Removes ANSI escape sequences from a string.
Signature
function stripAnsi(value: string): string;
Parameters
value
The string to strip
Returns
The string without ANSI escape sequences
Removes ANSI escape sequences from a string.
function stripAnsi(value: string): string;
valueThe string to strip
The string without ANSI escape sequences