function stripColorimport { stripColor } from "https://dotland.deno.dev/x/cliffy@v0.19.0/dev_deps.ts"; stripColor(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring