function strikethroughimport { strikethrough } from "https://deno.land/std@0.96.0/fmt/colors.ts"; strikethrough(str: string): stringPut horizontal line through the center of the text. Parametersstr: stringtext to strike through Returnsstring