Module

x/cliffy/dev_deps.ts>stripColor

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function stripColor
import { stripColor } from "https://dotland.deno.dev/x/cliffy@v0.25.5/dev_deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string