Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.0/deps.ts";
const { stripColor } = Colors;