function stripAnsiCodeimport { stripAnsiCode } from "https://deno.land/x/molt@0.17.2/lib/std/fmt.ts"; stripAnsiCode(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring