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