function colors.stripAnsiCodeimport { colors } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; const { stripAnsiCode } = colors; stripAnsiCode(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring