Skip to main content
Module

x/lume/deps/colors.ts>stripAnsiCode

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function stripAnsiCode
import { stripAnsiCode } from "https://deno.land/x/lume@v2.1.2/deps/colors.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string