Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pup/deps.ts>stripColor

Universal process manager built in Deno
Go to Latest
function stripColor
import { stripColor } from "https://deno.land/x/pup@1.0.0-rc.6/deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string