Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
variable Colors.stripColor
Deprecated
Deprecated

(will be removed in 1.0.0) Use stripAnsiCode instead.

Remove ANSI escape codes from the string.

import { Colors } from "https://deno.land/x/assert_fs@v0.1.1/deps.ts";
const { stripColor } = Colors;