function colors.strikethroughimport { colors } from "https://deno.land/x/wasmbuild@0.14.1/lib/deps.ts"; const { strikethrough } = colors; strikethrough(str: string): stringPut horizontal line through the center of the text. Parametersstr: stringtext to strike through Returnsstring