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

x/pup/deps.ts>stripColor

Universal process manager built in Deno
Go to Latest
function stripColor
Deprecated
Deprecated

(will be removed in 1.0.0) Use stripAnsiCode instead.

import { stripColor } from "https://deno.land/x/pup@1.0.0-rc.14/deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string