function stripColorimport { stripColor } from "https://deno.land/x/pup@1.0.0-rc.9/deps.ts"; stripColor(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring