Skip to main content
Module

x/lume/deps/colors.ts>stripColor

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function stripColor
Deprecated
Deprecated

(will be removed in 1.0.0) Use stripAnsiCode instead.

import { stripColor } from "https://deno.land/x/lume@v2.1.3/deps/colors.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string