function colors.stripColorimport { colors } from "https://dotland.deno.dev/x/deno_cache@0.7.1/deps.ts"; const { stripColor } = colors; stripColor(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring