Skip to main content
Module

x/aleph/lib/log.ts>stripColor

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function stripColor
Re-export
import { stripColor } from "https://deno.land/x/aleph@1.0.0-alpha.72/lib/log.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string