Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/template/minimal/deps.ts>stripColor

Discord API library for Deno
Go to Latest
function stripColor
import { stripColor } from "https://deno.land/x/discordeno@17.0.1/template/minimal/deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string