function stripColorimport { stripColor } from "https://deno.land/std@0.96.0/fmt/colors.ts"; stripColor(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring