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