function colors.stripColorimport { colors } from "https://deno.land/x/wasmbuild@0.14.1/lib/deps.ts"; const { stripColor } = colors; stripColor(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring