variable colors.stripColorDeprecatedDeprecated(will be removed in 1.0.0) Use stripAnsiCode instead. Remove ANSI escape codes from the string. import { colors } from "https://deno.land/x/proc@0.20.39/dev/deps.ts"; const { stripColor } = colors;