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