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