Module

x/proc/tests/deps/colors.ts>stripAnsiCode

A better way to work with processes in Deno.
Latest
function stripAnsiCode
import { stripAnsiCode } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/colors.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string