Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

A better way to work with processes in Deno.
Go to Latest
function stripAnsiCode
import { stripAnsiCode } from "https://deno.land/x/proc@0.21.8/tools/deps/colors.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string