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